Page MenuHomeFreeBSD

ixgbe: fix compilation for VF
ClosedPublic

Authored by dougm on Fri, Sep 20, 6:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 26, 7:08 AM
Unknown Object (File)
Wed, Sep 25, 7:53 PM
Unknown Object (File)
Sun, Sep 22, 7:22 PM
Unknown Object (File)
Fri, Sep 20, 2:43 PM
Unknown Object (File)
Fri, Sep 20, 9:35 AM
Unknown Object (File)
Fri, Sep 20, 7:52 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