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
F153602561: D54929.id170648.diff
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
Unknown Object (File)
Tue, Apr 7, 3:56 PM
Unknown Object (File)
Mar 18 2026, 4:25 AM
Unknown Object (File)
Mar 13 2026, 11:26 PM
Unknown Object (File)
Mar 13 2026, 11:25 PM
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 70199
Build 67082: 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.