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

Message ID 20200901025517.9501-3-weix.xie@intel.com (mailing list archive)
State Accepted
Headers
Series modify test plan |

Commit Message

Xie, WeiX Sept. 1, 2020, 2:55 a.m. UTC
  Signed-off-by: Xie wei <weix.xie@intel.com>
---
 test_plans/generic_filter_test_plan.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
  

Comments

Lin, Xueqin Sept. 1, 2020, 6:20 a.m. UTC | #1
Acked-by: Lin Xueqin <Xueqin.lin@intel.com>

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Xie wei
> Sent: Tuesday, September 1, 2020 10:55 AM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts] [dts 2/5] test_plans/generic_filter_test_plan:add the change
> IXGBE_NONE_MODE_TX_NB_QUEUES to 128 in test plan
> 
> Signed-off-by: Xie wei <weix.xie@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
  

Patch

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