net/ixgbe: remove subdev ids from PCI device table
authorLeonid Myravjev <myravjev@amicon.ru>
Fri, 21 Jul 2017 11:25:38 +0000 (11:25 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 31 Jul 2017 17:58:41 +0000 (19:58 +0200)
commit09192d98ba9f55eac98a165cb3b77ae8f303604d
tree889a45d37201061f557faa68a175002653fdc0d6
parente76c6e68a7fe9621b0d6334fd600838e1890f48a
net/ixgbe: remove subdev ids from PCI device table

The pci_id_ixgbe_map table has only PCI_ANY_ID for
.subvend and .subdev in all entries. Using of IXGBE_SUBDEV_ID_82599_SFP
for 'dev' is not correct. It generates the wrong PMD_INFO_STRING.
The output of the program "dpdk-pmdinfo.py" is confusing.

Signed-off-by: Leonid Myravjev <myravjev@amicon.ru>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c