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)
Sat, May 23, 12:51 AM
Unknown Object (File)
Fri, May 15, 3:02 PM
Unknown Object (File)
Fri, May 15, 10:45 AM
Unknown Object (File)
Fri, May 15, 7:35 AM
Unknown Object (File)
Fri, May 15, 12:39 AM
Unknown Object (File)
Tue, May 12, 9:08 AM
Unknown Object (File)
Mon, May 11, 10:01 PM
Unknown Object (File)
Mon, May 11, 10:01 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 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.