Page MenuHomeFreeBSD

vtnet: remove M_HASHTYPE when there is only one pair of rx/tx queue
ClosedPublic

Authored by cc on Jan 28 2026, 5:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 29, 2:02 AM
Unknown Object (File)
Wed, Apr 29, 2:00 AM
Unknown Object (File)
Mon, Apr 27, 12:14 PM
Unknown Object (File)
Mon, Apr 27, 6:00 AM
Unknown Object (File)
Wed, Apr 22, 6:32 AM
Unknown Object (File)
Mon, Apr 20, 1:31 AM
Unknown Object (File)
Thu, Apr 16, 8:31 AM
Unknown Object (File)
Wed, Apr 8, 6:43 AM
Subscribers

Details

Summary

Doing so will let the upper layer know how to deal with software hash, with benefits like inp_flowid can be set and m_pkthdr.flowid can be set in output path.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 70191
Build 67074: arc lint + arc unit

Event Timeline

cc requested review of this revision.Jan 28 2026, 5:38 PM
This revision is now accepted and ready to land.Jan 28 2026, 8:32 PM

use the macro M_HASHTYPE_CLEAR instead, no functional change

This revision now requires review to proceed.Jan 28 2026, 9:43 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 28 2026, 9:51 PM
This revision was automatically updated to reflect the committed changes.