From a007988d5d4508ebcdde9d17ff893147638dfff0 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Thu, 2 Jan 2014 18:31:08 +0100 Subject: [PATCH] pcap: remove unused constant RTE_ETH_PCAP_MBUFS is not used anymore since commit 6eb0ae218a9803bc0 (pcap: fix mbuf allocation). Signed-off-by: Thomas Monjalon --- lib/librte_pmd_pcap/rte_eth_pcap.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.20.1