Page MenuHomeFreeBSD

Implement the kernel module vme (Virtual Multiqueue Ethernet interface) based on tap(4)
AcceptedPublic

Authored by btw on Aug 19 2015, 10:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 11, 10:28 AM
Unknown Object (File)
Nov 15 2024, 9:46 PM
Unknown Object (File)
Nov 7 2024, 9:21 AM
Unknown Object (File)
Nov 6 2024, 5:41 AM
Unknown Object (File)
Nov 6 2024, 5:38 AM
Unknown Object (File)
Nov 1 2024, 6:16 AM
Unknown Object (File)
Oct 19 2024, 1:59 PM
Unknown Object (File)
Oct 3 2024, 2:19 PM
Subscribers

Details

Reviewers
hiren
gnn
Summary

A kernel module vme (Virtual Multiqueue Ethernet interface) is implemented based on tap(4). It is written for the purpose of providing the same multiqueue behaviours with the hardware multiqueue NICs.

PS. vme is implemented to avoid adding too much unnecessary things to tap(4).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btw retitled this revision from to Implement the kernel module vme (Virtual Multiqueue Ethernet interface) based on tap(4).
btw updated this object.
btw edited the test plan for this revision. (Show Details)
btw added reviewers: hiren, gnn.
btw set the repository for this revision to rS FreeBSD src repository - subversion.
gnn edited edge metadata.
This revision is now accepted and ready to land.Aug 20 2015, 10:39 AM
hiren edited subscribers, added: network; removed: imp.