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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

VALE, a Virtual Local Ethernet

13 点作者 lrizzo将近 13 年前

3 条评论

mcmatterson将近 13 年前
I fail to see how this is different than virtual bridges (ie: br<i>n</i> interfaces in linux). Such interfaces exist within the host OS in a virtualized environment, support 802.1q trunks, and exhibit quite a lot of flexibility. They're also fast (they're faster than I've ever had need for, though I don't know exact numbers offhand). Am I missing something, or hasn't this been done before?
评论 #4085340 未加载
gioele将近 13 年前
It looks a lot as VDE (virtual distributed ethernet) [0] (quickly referenced in the paper).<p>Qemu used to support VDE natively for a while, then the development stopped and its support has been removed from mainline. It was cool while it lasted.<p>The main differences with VDE seem to be that VALE uses a kernel backend instead of being 100% in user space and that VALE is limited to local ethernet while VDE provided also remote "plugs" and "cables".<p>[0] <a href="http://vde.sourceforge.net/" rel="nofollow">http://vde.sourceforge.net/</a>
moonboots将近 13 年前
Does anyone know if the related netmap project[1] is being consider for inclusion into mainline linux? I haven't seen much discussion of the project apart from a few HN and proggit threads. It looks like effort was made to make netmap compatible with existing systems, although according to the author, small portions of network drivers need to be rewritten.<p>[1] <a href="http://info.iet.unipi.it/~luigi/netmap/" rel="nofollow">http://info.iet.unipi.it/~luigi/netmap/</a>
评论 #4085387 未加载