summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-09-22 15:15:29 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-10-05 10:45:28 +0300
commitaf781231f369dfcf735b499ed65b800e7d6b5537 (patch)
tree0648ae28e8bd6f237bb77deceeb2643a2d465aa9 /src/main_dpdk.h
parent15499f72d642b4ed99f4f71d50d04cf70953aeac (diff)
pre test: Send grat ARP, and resolve gateway addresses
Diffstat (limited to 'src/main_dpdk.h')
-rw-r--r--src/main_dpdk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.h b/src/main_dpdk.h
index 3104ff50..bde10659 100644
--- a/src/main_dpdk.h
+++ b/src/main_dpdk.h
@@ -81,7 +81,7 @@ class CPhyEthIF {
uint16_t nb_tx_desc,
unsigned int socket_id,
const struct rte_eth_txconf *tx_conf);
- void configure_rx_drop_queue();
+ void stop_rx_drop_queue();
void configure_rx_duplicate_rules();
void start();
void stop();