Page MenuHomeFreeBSD

sfxge(4): fix RxQ structure layout vs usage on datapath
ClosedPublic

Authored by arybchik on Jan 27 2017, 9:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 4 2024, 4:35 AM
Unknown Object (File)
Sep 28 2024, 3:45 AM
Unknown Object (File)
Sep 27 2024, 10:42 AM
Unknown Object (File)
Sep 16 2024, 2:13 AM
Unknown Object (File)
Sep 13 2024, 6:20 PM
Unknown Object (File)
Sep 7 2024, 9:13 PM
Unknown Object (File)
Aug 29 2024, 1:35 AM
Unknown Object (File)
Aug 28 2024, 9:29 PM
Subscribers

Details

Summary

Recent changes in the pseudo header accessor prototypes start to
use common code RxQ handle on datapath. The handle was located
at the end of the structure with members not used on datapath.

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

Test Plan

build tested

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): fix RxQ structure layout vs usage on datapath.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, philip, np, bz.
philip edited edge metadata.
This revision is now accepted and ready to land.Jan 27 2017, 9:40 AM
This revision was automatically updated to reflect the committed changes.