pci: remove deprecated specific config
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 14 Apr 2016 18:49:49 +0000 (20:49 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 20 Apr 2016 09:53:43 +0000 (11:53 +0200)
commit7d619406f31ddf115714b32778c33f6dc0ead470
tree70259e79d57b4da3254fd99a8b15231fdcc105cc
parent76653f3e113da0dc2a86daf7f67a4c2f43e9024e
pci: remove deprecated specific config

The driver i40e was using a specific PCI config before the release 16.04.
Since 16.04, it is always enabled in i40e (commit 56465cfaf).
The API has been deprecated in the commit 68f77593823cab.
The igb_uio implementation has been deprecated in commit b7cf8e155.
The config helper - through igb_uio sysfs entries - is now removed.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: David Marchand <david.marchand@6wind.com>
config/common_base
doc/guides/linux_gsg/enable_func.rst
doc/guides/rel_notes/deprecation.rst
lib/librte_eal/common/include/rte_pci.h
lib/librte_eal/linuxapp/eal/eal_pci.c
lib/librte_eal/linuxapp/igb_uio/igb_uio.c