[dpdk-dev] [PATCH 1/3] net/ixgbe: move PCI device ids to the driver

2016-08-10 Thread David Marchand
On Mon, Aug 8, 2016 at 11:10 AM, Ferruh Yigit wrote: > On 8/8/2016 7:36 AM, David Marchand wrote: >> The only thing that bothers me using this ("unsynchronised") internal >> pci device list is that, if people were using the ethtool part of kni, >> there would now be devices that won't be recognise

[dpdk-dev] [PATCH 1/3] net/ixgbe: move PCI device ids to the driver

2016-08-08 Thread Ferruh Yigit
On 8/8/2016 7:36 AM, David Marchand wrote: > Hello Ferruh, > > On Fri, Aug 5, 2016 at 4:09 PM, Ferruh Yigit > wrote: >> PCI device ids moved from common header into ixgbe driver itself. >> >> KNI starts using pci_device_id from kni/ethtool/ixgbe driver, this is >> only for KNI ethtool support, K

[dpdk-dev] [PATCH 1/3] net/ixgbe: move PCI device ids to the driver

2016-08-08 Thread David Marchand
Hello Ferruh, On Fri, Aug 5, 2016 at 4:09 PM, Ferruh Yigit wrote: > PCI device ids moved from common header into ixgbe driver itself. > > KNI starts using pci_device_id from kni/ethtool/ixgbe driver, this is > only for KNI ethtool support, KNI data path is not effected. > > Signed-off-by: Ferruh

[dpdk-dev] [PATCH 1/3] net/ixgbe: move PCI device ids to the driver

2016-08-05 Thread Ferruh Yigit
PCI device ids moved from common header into ixgbe driver itself. KNI starts using pci_device_id from kni/ethtool/ixgbe driver, this is only for KNI ethtool support, KNI data path is not effected. Signed-off-by: Ferruh Yigit --- drivers/net/ixgbe/ixgbe_ethdev.c| 79 ++--