[dts] [dts 2/5] test_plans/generic_filter_test_plan:add the change IXGBE_NONE_MODE_TX_NB_QUEUES to 128 in test plan

Xie wei weix.xie at intel.com
Tue Sep 1 04:55:14 CEST 2020


Signed-off-by: Xie wei <weix.xie at intel.com>
---
 test_plans/generic_filter_test_plan.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/test_plans/generic_filter_test_plan.rst b/test_plans/generic_filter_test_plan.rst
index 8f69916..de02f62 100644
--- a/test_plans/generic_filter_test_plan.rst
+++ b/test_plans/generic_filter_test_plan.rst
@@ -492,7 +492,13 @@ Test Case 10: 128 queues
 
 This case is designed for NIC(niantic). Since NIC(niantic) has 128 transmit
 queues, it should be supports 128 kinds of filter if Hardware have enough
-cores.  Launch the app ``testpmd`` with the following arguments::
+cores.  
+DPDK enable 64 queues in ixgbe driver by default. Enlarge queue number to 128
+for 128 queues test::
+
+    sed -i -e 's/#define IXGBE_NONE_MODE_TX_NB_QUEUES 64$/#define IXGBE_NONE_MODE_TX_NB_QUEUES 128/' drivers/net/ixgbe/ixgbe_ethdev.h
+
+Launch the app ``testpmd`` with the following arguments::
 
     ./testpmd -c fffff -n 4 -- -i --disable-rss --rxq=128 --txq=128 --nb-cores=16 --nb-ports=2 --total-num-mbufs=60000
 
-- 
2.17.1



More information about the dts mailing list