summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.h
diff options
context:
space:
mode:
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();