| Yet another academic work in the OS space that should have been tested against the the state of the art in (commercially backed) networking space. From the abstract: > However, none of these systems offer a general-purpose datapath OS replacement that meet the needs of µs-scale systems One of the key points that the authors use to motivate their work is that using kernel bypass technologies is hard because it requires software engineers to rearchitect their code. Call me sceptical of that claim. I can think of 3 (open source) systems that provide drop-in replacement network interfaces for existing software, but offer nanosecond (not microsecond!) scale performance. - Solarflare/Xilinx Open Onload - https://github.com/Xilinx-CNS/onload - Exablaze/Cisco - ExaSOCK - https://github.com/cisco/exanic-software - Melanox/NVidia VMA - https://github.com/Mellanox/libvma With each of the above systems, they are designed to offer low latency network stack replacement for existing applications, without code modification or even recompilation. Exactly the authors’ goals. But there is not a single reference to any of these technologies in the paper. And crucially no comparison to any of them in the evaluation. The authors seem blissfully unaware of what work has actually been done to solve these problems. Which makes the contributions of the paper … somewhat dubious. |
Of the three examples you listed, none of them seem to support their kernel bypass capabilities in anything other than Linux.