pci: remove deprecated RTE_EAL_UNBIND_PORTS option
authorDavid Marchand <david.marchand@6wind.com>
Fri, 9 May 2014 13:15:59 +0000 (15:15 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 13 May 2014 11:21:48 +0000 (13:21 +0200)
commit5d8751b83bb9faeeb2730b3e84254b6b7a1648cb
tree72ebc1bde2e4e185dfaa860d1101dc3bfcf96fd5
parentef6352833a57ec3fb02352b931e0c9552a3a61f7
pci: remove deprecated RTE_EAL_UNBIND_PORTS option

RTE_EAL_UNBIND_PORTS was deprecated in DPDK 1.4.0 and removed in 1.6.0, but the
code was not removed.

The bind/unbind operations should not be handled by the eal.
These operations should be either done outside of dpdk or inside the PMDs
themselves as these are their problems.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
lib/librte_eal/linuxapp/eal/eal_pci.c