Re: [PATCH v1 1/1] net/ixgbe: fix missing VF PCI ID

2024-11-27 Thread Bruce Richardson
On Wed, Nov 27, 2024 at 04:16:17PM +, Anatoly Burakov wrote: > PCI ID's for E610 devices were added, but the ID's that were added were > only for physical functions, not VF's. Add missing PCI ID for E610 VF. > > Fixes: 5662e97457eb ("net/ixgbe: add PCI IDs for new E610 variants") > > Signed-o

[PATCH v1 1/1] net/ixgbe: fix missing VF PCI ID

2024-11-27 Thread Anatoly Burakov
PCI ID's for E610 devices were added, but the ID's that were added were only for physical functions, not VF's. Add missing PCI ID for E610 VF. Fixes: 5662e97457eb ("net/ixgbe: add PCI IDs for new E610 variants") Signed-off-by: Anatoly Burakov --- drivers/net/ixgbe/ixgbe_ethdev.c | 1 + 1 file c