summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-12-11 15:31:28 +0200
committerHanoh Haim <hhaim@cisco.com>2016-12-11 17:07:28 +0200
commit296951010f94dbadba90d06ee4f56e1b221afd67 (patch)
tree1d4d2f8b31d82e2696fe8165210317985813e235 /src/main_dpdk.h
parentc8410413e0c7aea0aa353b7d5dd85b0d96766197 (diff)
mlx5 add RSS improve RX drop MPPS
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'src/main_dpdk.h')
-rw-r--r--src/main_dpdk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main_dpdk.h b/src/main_dpdk.h
index 6402d106..25b19471 100644
--- a/src/main_dpdk.h
+++ b/src/main_dpdk.h
@@ -109,6 +109,9 @@ class CPhyEthIF {
void dump_stats(FILE *fd);
void set_ignore_stats_base(CPreTestStats &pre_stats);
void update_counters();
+ void configure_rss_redirect_table(uint16_t numer_of_queues,
+ uint16_t skip_queue);
+
void stats_clear();
uint8_t get_port_id(){
return (m_port_id);