On Thu, Aug 29, 2024 at 10:00:07AM +0100, Anatoly Burakov wrote:
> When adding Admin Command Interface and E610 device support, some ACI
> capabilities definition code was missed due to the way shared driver code
> snapshot was generated. Add missing code paths.
>
> Fixes: 25b48e569f2f ("net/ixgbe/base: add E610 Admin Command Interface")
> Fixes: 7c3bfffda43d ("net/ixgbe/base: detect E610 device capabilities")
>
> Signed-off-by: Anatoly Burakov <[email protected]>
> ---
> drivers/net/ixgbe/base/ixgbe_e610.c | 49 ++++++++++++++++++++++++
> drivers/net/ixgbe/base/ixgbe_type_e610.h | 4 ++
> 2 files changed, 53 insertions(+)
>
Patch-by-patch builds are failing here. I believe patch 3 is needed before
patch 2 in the series. Assuming no other issues, I'll just reorder these on
apply to fix.
/Bruce