Page MenuHomeFreeBSD

sfxge(4): do not use RxQ index as label
ClosedPublic

Authored by arybchik on Apr 27 2016, 9:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 10 2025, 11:46 PM
Unknown Object (File)
Sep 9 2025, 4:24 PM
Unknown Object (File)
Aug 26 2025, 8:57 PM
Unknown Object (File)
Aug 23 2025, 1:42 AM
Unknown Object (File)
Aug 19 2025, 10:36 PM
Unknown Object (File)
Aug 18 2025, 3:25 PM
Unknown Object (File)
Aug 3 2025, 12:45 PM
Unknown Object (File)
Jul 17 2025, 7:40 PM
Subscribers

Details

Summary

Labels are limitted by 32 on EF10. It is not sufficient on powerful hosts.
Since only one RxQ is running over each EvQ, zero label may be used.

Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
PR: 208267

Test Plan

Build tested, driver loaded/unloaded, interface up/down.
No problems with RxQ flush.
Traffic works fine.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arybchik retitled this revision from to sfxge(4): do not use RxQ index as label.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, philip, np, bz.
gnn edited edge metadata.
This revision is now accepted and ready to land.Apr 27 2016, 10:48 PM
This revision was automatically updated to reflect the committed changes.