Page MenuHomeFreeBSD

iflib: fix book keeping
ClosedPublic

Authored by tuexen on Apr 18 2026, 7:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 11:00 PM
Unknown Object (File)
Sun, May 17, 11:00 PM
Unknown Object (File)
Sun, May 17, 7:00 AM
Unknown Object (File)
Sun, May 17, 7:00 AM
Unknown Object (File)
Thu, May 14, 5:36 AM
Unknown Object (File)
Thu, May 14, 3:34 AM
Unknown Object (File)
Wed, May 13, 4:38 PM
Unknown Object (File)
Mon, May 11, 3:14 PM

Details

Summary

iflib_txq_drain() returns the number of consumed entries. In the case of TSO, a single entry can contain multiple TCP packets.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thank you for fixing this for me!

This revision is now accepted and ready to land.Apr 18 2026, 7:47 PM
This revision was automatically updated to reflect the committed changes.

(post commit) maybe its worth adding function documentation explaining what its supposed to be doing and returning?