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)
Fri, May 3, 3:26 PM
Unknown Object (File)
Mar 24 2024, 6:12 PM
Unknown Object (File)
Jan 22 2024, 11:57 PM
Unknown Object (File)
Dec 22 2023, 8:47 PM
Unknown Object (File)
Dec 10 2023, 11:37 AM
Unknown Object (File)
Nov 29 2023, 12:38 AM
Unknown Object (File)
Nov 29 2023, 12:18 AM
Unknown Object (File)
Nov 28 2023, 1:07 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.