From: Thomas Monjalon Date: Thu, 2 Jan 2014 17:31:08 +0000 (+0100) Subject: pcap: remove unused constant X-Git-Tag: spdx-start~10935 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a007988d5d4508ebcdde9d17ff893147638dfff0;p=dpdk.git pcap: remove unused constant RTE_ETH_PCAP_MBUFS is not used anymore since commit 6eb0ae218a9803bc0 (pcap: fix mbuf allocation). Signed-off-by: Thomas Monjalon --- diff --git a/lib/librte_pmd_pcap/rte_eth_pcap.c b/lib/librte_pmd_pcap/rte_eth_pcap.c index 8f5d2b311b..e988b4c097 100644 --- a/lib/librte_pmd_pcap/rte_eth_pcap.c +++ b/lib/librte_pmd_pcap/rte_eth_pcap.c @@ -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"