Page MenuHomeFreeBSD

Generic code for mbuf(9) queues.
AbandonedPublic

Authored by glebius on Feb 18 2015, 1:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 12, 12:24 AM
Unknown Object (File)
Sun, Jun 21, 7:26 PM
Unknown Object (File)
Jun 17 2026, 10:25 PM
Unknown Object (File)
Jun 16 2026, 12:48 PM
Unknown Object (File)
May 27 2026, 6:16 AM
Unknown Object (File)
May 25 2026, 3:54 AM
Unknown Object (File)
May 17 2026, 11:23 AM
Unknown Object (File)
May 16 2026, 4:08 PM

Details

Reviewers
None
Group Reviewers
network
Summary

Provide a bunch of functions that implement a basic mbuf queue, based on queue(3)
glue. The new code is provided to substitute struct ifqueue in facilities, that
actually are not interfaces: e.g. multicast handling routines. It also substitutes
home-grown implementation in cxgb(4) and Xen netfront. It might be there are more
places, where the code can be used instead of local implementation.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

glebius retitled this revision from to Generic code for mbuf(9) queues..
glebius updated this object.
glebius edited the test plan for this revision. (Show Details)
glebius added a reviewer: network.

Wasn't much of this already committed in r278977? If so, it seems like this review can be closed.