[PATCH] net/ixgbe: fix missing checks for E610 VFs

2025-04-05 Thread Bruce Richardson
A number of places in the ixgbe code check for a virtual function, but these checks were missing the identifier for the E610 VF. Add them into the conditionals. Fixes: f678f3dea8fd ("net/ixgbe: fix missing VF PCI ID") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- drivers/net/intel/ixg

Re: [PATCH] net/ixgbe: fix missing checks for E610 VFs

2025-03-28 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 21/03/2025 17:12, Bruce Richardson wrote: A number of places in the ixgbe code check for a virtual function, but these checks were missing the identifier for the E610 VF. Add them into the conditionals. Fixes: f678f3dea8fd ("net/ixgbe: fix missing VF PCI ID") Cc

Re: [PATCH] net/ixgbe: fix missing checks for E610 VFs

2025-03-23 Thread Thomas Monjalon
21/03/2025 18:15, Medvedkin, Vladimir: > Acked-by: Vladimir Medvedkin > > On 21/03/2025 17:12, Bruce Richardson wrote: > > A number of places in the ixgbe code check for a virtual function, but > > these checks were missing the identifier for the E610 VF. Add them into > > the conditionals. > > >