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)
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
Unknown Object (File)
Tue, May 12, 3:38 PM
Unknown Object (File)
Sat, May 2, 5:36 PM
Unknown Object (File)
Thu, Apr 30, 4:22 PM
Unknown Object (File)
Thu, Apr 30, 4:22 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