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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main_dpdk.h b/src/main_dpdk.h
index ff1ea784..a9bfed39 100644
--- a/src/main_dpdk.h
+++ b/src/main_dpdk.h
@@ -122,6 +122,7 @@ class CPhyEthIF {
CPhyEthIFStats & get_stats(){
return ( m_stats );
}
+ void flush_dp_rx_queue(void);
void flush_rx_queue(void);
int add_rx_flow_stat_rule(uint8_t type, uint16_t proto, uint16_t id);
int del_rx_flow_stat_rule(uint8_t type, uint16_t proto, uint16_t id);