Page MenuHomeFreeBSD

ixgbe: fix compilation for VF
ClosedPublic

Authored by dougm on Sep 20 2024, 6:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 8:47 AM
Unknown Object (File)
Sun, Apr 5, 9:10 AM
Unknown Object (File)
Sun, Apr 5, 8:07 AM
Unknown Object (File)
Wed, Mar 18, 9:13 AM
Unknown Object (File)
Sat, Mar 14, 2:20 PM
Unknown Object (File)
Mar 1 2026, 8:43 PM
Unknown Object (File)
Mar 1 2026, 1:57 AM
Unknown Object (File)
Jan 12 2026, 6:26 AM
Subscribers

Details

Summary

Adding the mailbox API to ixgbe has broken compilation. A comment in ixgbe_mbx.h says "VF: Only the very first (0) set should be used" right before an array of 64 ops is defined. However, in some vf-related code, "ops" is used without an array index and compilation fails. This change adds a [0] index to "ops" in enough places to allow compilation to complete.

Diff Detail

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