pcap: remove unused constant
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 2 Jan 2014 17:31:08 +0000 (18:31 +0100)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:07:28 +0000 (11:07 +0100)
RTE_ETH_PCAP_MBUFS is not used anymore since commit 6eb0ae218a9803bc0
(pcap: fix mbuf allocation).

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_pcap/rte_eth_pcap.c

index 8f5d2b3..e988b4c 100644 (file)
@@ -47,7 +47,6 @@
 #define RTE_ETH_PCAP_SNAPLEN 4096
 #define RTE_ETH_PCAP_PROMISC 1
 #define RTE_ETH_PCAP_TIMEOUT -1
-#define RTE_ETH_PCAP_MBUFS 64
 #define ETH_PCAP_RX_PCAP_ARG   "rx_pcap"
 #define ETH_PCAP_TX_PCAP_ARG   "tx_pcap"
 #define ETH_PCAP_RX_IFACE_ARG  "rx_iface"