TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 deltasepsilon将近 3 年前
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 条评论

deltasepsilon将近 3 年前
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 未加载
wmf将近 3 年前
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 未加载
EdwardCoffin将近 3 年前
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 未加载
stiff将近 3 年前
Perhaps this was one of the talks by Radia Perlman?
评论 #32542454 未加载