]> git.droids-corp.org - dpdk.git/commitdiff
lib: remove poisoned flags
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 19 Apr 2016 19:49:03 +0000 (21:49 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 Apr 2016 13:55:17 +0000 (15:55 +0200)
Some flags were poisoned after having been removed from EAL and mbuf
in releases 1.8 (b10eef348d62814bc2e9) and 2.0 (4769bc5a27cc).
After several releases, they have probably disappeared from all
applications going to upgrade to DPDK 16.07.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: David Marchand <david.marchand@6wind.com>
lib/librte_eal/common/include/rte_pci.h
lib/librte_mbuf/rte_mbuf.h

index 9f2301dd18add738f3591e14ec46e7b17454d8ba..8fa27120167fbb92eb036143be39f36c270d5637 100644 (file)
@@ -213,8 +213,6 @@ struct rte_pci_driver {
 
 /** Device needs PCI BAR mapping (done with either IGB_UIO or VFIO) */
 #define RTE_PCI_DRV_NEED_MAPPING 0x0001
-/** Device driver must be registered several times until failure - deprecated */
-#pragma GCC poison RTE_PCI_DRV_MULTIPLE
 /** Device needs to be unbound even if no module is provided */
 #define RTE_PCI_DRV_FORCE_UNBIND 0x0004
 /** Device driver supports link state interrupt */
index 75a227d8e20f533234a35cbc38ca94eb8aaf6627..451921f8f706a9130a8ad91ac36278479a682f76 100644 (file)
 extern "C" {
 #endif
 
-/* deprecated options */
-#pragma GCC poison RTE_MBUF_SCATTER_GATHER
-#pragma GCC poison RTE_MBUF_REFCNT
-
 /*
  * Packet Offload Features Flags. It also carry packet type information.
  * Critical resources. Both rx/tx shared these bits. Be cautious on any change