TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Looking for a fantastic old talk on kernel network abstractions

7 pointsby deltasepsilonover 2 years ago
Hi, it's probably been at least 10 years now since there was a talk about the design of network abstractions within an operating system kernel. I think it may have been by someone from the BSD camp, as opposed as to someone from Linux. The slides from the talk really elegantly addressed issues about the kind of devices and various complexities around abstracting driver interfaces whilst dealing with differing protocols, hardware interfaces, and other issues. I would really appreciate finding this talk again. Please help, I'm sorry I can't provide more details. I seem to have lost my old bookmark.

4 comments

deltasepsilonover 2 years ago
To add some further recollection. The talk wasn't about what the code presently was, it was aspirational: about how the structure could be wholly rearchitectured. The goal was simplicity. In networking, you have protocols which a varied and can be mixed and matched and layered, devices which can be plain or have different and varied off-load capabilities, things like power management and hot-plugging, and yet in all this you want to architect code that is modular and has maximal re-use and yet is also high-performance. This talk predated things like wireguard (which presents as a device implemented in software) and network namespaces but you got the impression that it was feeling out these possibilities without explicitly articulating them.
评论 #32535422 未加载
评论 #32535324 未加载
wmfover 2 years ago
Was it Van Jacobson&#x27;s Netchannels? <a href="https:&#x2F;&#x2F;www.slideshare.net&#x2F;susantsahani&#x2F;van-jaconson-netchannels" rel="nofollow">https:&#x2F;&#x2F;www.slideshare.net&#x2F;susantsahani&#x2F;van-jaconson-netchan...</a>
评论 #32542417 未加载
EdwardCoffinover 2 years ago
Some of this makes me think of the Exokernel architecture [1].<p>[1] <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Exokernel" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Exokernel</a>
评论 #32540157 未加载
stiffover 2 years ago
Perhaps this was one of the talks by Radia Perlman?
评论 #32542454 未加载