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, May 18, 1:08 PM
Unknown Object (File)
Mon, May 18, 1:03 PM
Unknown Object (File)
Sun, May 17, 10:06 PM
Unknown Object (File)
Sun, May 17, 10:02 PM
Unknown Object (File)
Thu, May 14, 5:18 PM
Unknown Object (File)
Wed, May 13, 6:07 PM
Unknown Object (File)
Wed, May 13, 6:07 PM
Unknown Object (File)
Wed, May 13, 1:59 PM
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