Page MenuHomeFreeBSD

ix: Remove cpu_id and related code from ixgbe_if_msix_intr_assign.
ClosedPublic

Authored by jhb on Apr 7 2022, 6:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 3, 7:30 AM
Unknown Object (File)
Mon, Apr 27, 10:47 AM
Unknown Object (File)
Mon, Apr 27, 12:19 AM
Unknown Object (File)
Sun, Apr 26, 4:49 AM
Unknown Object (File)
Tue, Apr 21, 11:34 AM
Unknown Object (File)
Mon, Apr 20, 2:05 AM
Unknown Object (File)
Sun, Apr 19, 1:52 PM
Unknown Object (File)
Sat, Apr 18, 3:16 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Apr 7 2022, 6:02 PM

As noted in the comments, this isn't really the right fix IMO, but more of a prod to figure out what the right fix is.

I'm going to go with just having all of the cpu_id code be axed. I added @krzysztof.galazka_intel.com to see if he has an opinion, but I can't recall or figure out what the cpu_id code is for. I guess it could've remained from an older version of the iflib api; I vaguely remember some softirq argument change where the cpu_id was removed.

jhb retitled this revision from ix: Mark cpu_id as unused. to ix: Remove cpu_id and related code from ixgbe_if_msix_intr_assign..Apr 12 2022, 10:21 PM
jhb edited the summary of this revision. (Show Details)
  • Remove cpu_id and related code.

Digging through using git blame, it doesn't look like the cpu_id was ever even used in the first place...

This revision is now accepted and ready to land.Apr 12 2022, 10:42 PM