Skip to main content

Showing 1–11 of 11 results for author: McKeown, N

.
  1. arXiv:2212.06658  [pdf, other

    cs.NI

    Enabling the Reflex Plane with the nanoPU

    Authors: Stephen Ibanez, Alex Mallery, Serhat Arslan, Theo Jepsen, Muhammad Shahbaz, Changhoon Kim, Nick McKeown

    Abstract: Many recent papers have demonstrated fast in-network computation using programmable switches, running many orders of magnitude faster than CPUs. The main limitation of writing software for switches is the constrained programming model and limited state. In this paper we explore whether a new type of CPU, called the nanoPU, offers a useful middle ground, with a familiar C/C++ programming model, and… ▽ More

    Submitted 13 December, 2022; originally announced December 2022.

  2. arXiv:2204.12615  [pdf, other

    cs.DC cs.NI

    From Sand to Flour: The Next Leap in Granular Computing with NanoSort

    Authors: Theo Jepsen, Stephen Ibanez, Gregory Valiant, Nick McKeown

    Abstract: The granularity of distributed computing is limited by communication time: there is no point in farming out smaller and smaller tasks if the communication overhead dominates the decrease in processing time due to the added parallelism. In this work, we leverage the low communication latency of a new NIC/CPU hardware design, the nanoPU, to explore a new extreme of granularity in distributed computa… ▽ More

    Submitted 26 April, 2022; originally announced April 2022.

  3. Unbiased Experiments in Congested Networks

    Authors: Bruce Spang, Veronica Hannan, Shravya Kunamalla, Te-Yuan Huang, Nick McKeown, Ramesh Johari

    Abstract: When develo** a new networking algorithm, it is established practice to run a randomized experiment, or A/B test, to evaluate its performance. In an A/B test, traffic is randomly allocated between a treatment group, which uses the new algorithm, and a control group, which uses the existing algorithm. However, because networks are congested, both treatment and control traffic compete against each… ▽ More

    Submitted 30 September, 2021; originally announced October 2021.

    Comments: 16 pages, to appear in ACM Internet Measurement Conference (IMC '21)

  4. arXiv:2109.11693  [pdf, other

    cs.NI cs.PF

    Updating the Theory of Buffer Sizing

    Authors: Bruce Spang, Serhat Arslan, Nick McKeown

    Abstract: Routers have packet buffers to reduce packet drops during times of congestion. It is important to correctly size the buffer: make it too small, and packets are dropped unnecessarily and the link may be underutilized; make it too big, and packets may wait for a long time, and the router itself may be more expensive to build. Despite its importance, there are few guidelines for picking the buffer si… ▽ More

    Submitted 23 September, 2021; originally announced September 2021.

    Comments: 21 pages, to be published in IFIP Performance '21. Code available at https://github.com/brucespang/ifip21-buffer-sizing

  5. arXiv:2010.13613  [pdf

    physics.chem-ph

    Photoelectroanalytical Oxygen Detection with Titanate Nanosheet Platinum Hybrids Immobilised into a Polymer of Intrinsic Microporosity

    Authors: Bingbing Fan, Yuanzhu Zhao, Budi Riza Putra, Christian Harito, Dmitry Bavykin, Frank Walsh, Mariolino Carta, Richard Malpass-Evans, Neil McKeown, Frank Marken

    Abstract: The polymer of intrinsic microporosity PIM 1 is employed to disperse and deposit a Pt at titanate nanosheet photocatalyst film. The resulting microporous films allow electrolyte and oxygen permeation to give conventional oxygen reduction voltammetric responses on glassy carbon or on platinum disk electrodes in the dark. Preliminary data are presented showing that with pulsed light from a blue LED… ▽ More

    Submitted 10 October, 2020; originally announced October 2020.

  6. arXiv:2010.12114  [pdf, other

    cs.AR cs.NI

    The nanoPU: Redesigning the CPU-Network Interface to Minimize RPC Tail Latency

    Authors: Stephen Ibanez, Alex Mallery, Serhat Arslan, Theo Jepsen, Muhammad Shahbaz, Nick McKeown, Changhoon Kim

    Abstract: The nanoPU is a new networking-optimized CPU designed to minimize tail latency for RPCs. By bypassing the cache and memory hierarchy, the nanoPU directly places arriving messages into the CPU register file. The wire-to-wire latency through the application is just 65ns, about 13x faster than the current state-of-the-art. The nanoPU moves key functions from software to hardware: reliable network tra… ▽ More

    Submitted 22 October, 2020; originally announced October 2020.

    Comments: 10 pages

    ACM Class: C.1.1; C.2.1

  7. arXiv:1602.06045  [pdf, other

    cs.NI

    Programmable Packet Scheduling

    Authors: Anirudh Sivaraman, Suvinay Subramanian, Anurag Agrawal, Sharad Chole, Shang-Tse Chuang, Tom Edsall, Mohammad Alizadeh, Sachin Katti, Nick McKeown, Hari Balakrishnan

    Abstract: Switches today provide a small set of scheduling algorithms. While we can tweak scheduling parameters, we cannot modify algorithmic logic, or add a completely new algorithm, after the switch has been designed. This paper presents a design for a programmable packet scheduler, which allows scheduling algorithms---potentially algorithms that are unknown today---to be programmed into a switch without… ▽ More

    Submitted 18 February, 2016; originally announced February 2016.

    Comments: 14 pages

  8. arXiv:1512.05023  [pdf, other

    cs.NI

    Packet Transactions: High-level Programming for Line-Rate Switches

    Authors: Anirudh Sivaraman, Mihai Budiu, Alvin Cheung, Changhoon Kim, Steve Licking, George Varghese, Hari Balakrishnan, Mohammad Alizadeh, Nick McKeown

    Abstract: Many algorithms for congestion control, scheduling, network measurement, active queue management, security, and load balancing require custom processing of packets as they traverse the data plane of a network switch. To run at line rate, these data-plane algorithms must be in hardware. With today's switch hardware, algorithms cannot be changed, nor new algorithms installed, after a switch has been… ▽ More

    Submitted 29 January, 2016; v1 submitted 15 December, 2015; originally announced December 2015.

    Comments: 16 pages

  9. arXiv:1401.2209  [pdf, other

    cs.NI

    Using the Buffer to Avoid Rebuffers: Evidence from a Large Video Streaming Service

    Authors: Te-Yuan Huang, Ramesh Johari, Nick McKeown, Matthew Trunnell, Mark Watson

    Abstract: To provide a better streaming experience, video clients today select their video rates by observing and estimating the available capacity. Recent work has shown that capacity estimation is fraught with difficulties because of complex interactions between the ABR control loop, HTTP server performance and TCP congestion control. Estimation-based rate selection algorithms can lead to unnecessary rebu… ▽ More

    Submitted 9 January, 2014; originally announced January 2014.

  10. arXiv:1312.1719  [pdf, other

    cs.NI

    Programming Protocol-Independent Packet Processors

    Authors: Pat Bosshart, Dan Daly, Martin Izzard, Nick McKeown, Jennifer Rexford, Cole Schlesinger, Dan Talayco, Amin Vahdat, George Varghese, David Walker

    Abstract: P4 is a high-level language for programming protocol-independent packet processors. P4 works in conjunction with SDN control protocols like OpenFlow. In its current form, OpenFlow explicitly specifies protocol headers on which it operates. This set has grown from 12 to 41 fields in a few years, increasing the complexity of the specification while still not providing the flexibility to add new head… ▽ More

    Submitted 15 May, 2014; v1 submitted 5 December, 2013; originally announced December 2013.

  11. arXiv:cs/9810006  [pdf

    cs.NI

    The Tiny Tera: A Packet Switch Core

    Authors: Nick McKeown, Martin Izzard, Adisak Mekkittikul, Bill Ellersick, Mark Horowitz

    Abstract: The objective is to design and build a small, high-bandwidth switch.

    Submitted 5 October, 1998; originally announced October 1998.

    Comments: 13 pages, 10 figures

    ACM Class: C.2.1

    Journal ref: Hot Interconnects V, Stanford University, August 1996; IEEE Micro Jan/Feb 1997, pp 26-33