Page MenuHomeFreeBSD

Track the base absolute ID of ingress and egress queues.
ClosedPublic

Authored by jhb on Aug 8 2016, 10:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 4, 9:52 PM
Unknown Object (File)
Nov 18 2024, 6:55 AM
Unknown Object (File)
Nov 18 2024, 6:13 AM
Unknown Object (File)
Nov 13 2024, 10:46 AM
Unknown Object (File)
Nov 11 2024, 4:41 AM
Unknown Object (File)
Sep 24 2024, 3:00 PM
Unknown Object (File)
Sep 18 2024, 3:32 PM
Unknown Object (File)
Sep 18 2024, 3:31 PM
Subscribers

Details

Summary

Track the base absolute ID of ingress and egress queues.

Use this to map an absolute queue ID to a logical queue ID in interrupt
handlers. For the regular cxgbe/cxl drivers this should be a no-op as
the base absolute ID should be zero. VF devices have a non-zero base
absolute ID and require this change. While here, export the absolute ID
of egress queues via a sysctl.

Test Plan
  • is from the VF driver branch. Basic testing of PF driver showed no regressions

Diff Detail

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

Event Timeline

jhb retitled this revision from to Track the base absolute ID of ingress and egress queues..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: np.
np edited edge metadata.
This revision is now accepted and ready to land.Aug 9 2016, 12:12 AM
This revision was automatically updated to reflect the committed changes.