[dts] [PATCH] test_plans: add service core to softnic_test_plan.rst

Tu, Lijuan lijuan.tu at intel.com
Wed Aug 7 05:19:12 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Peng Yuan
> Sent: Saturday, July 13, 2019 12:18 PM
> To: dts at dpdk.org
> Cc: Peng, Yuan <yuan.peng at intel.com>
> Subject: [dts] [PATCH] test_plans: add service core to softnic_test_plan.rst
> 
> Add service core to softnic_test_plan.rst
> 
> Signed-off-by: Peng Yuan <yuan.peng at intel.com>
> 
> diff --git a/test_plans/softnic_test_plan.rst
> b/test_plans/softnic_test_plan.rst
> index 9b75b1c..59cfde6 100644
> --- a/test_plans/softnic_test_plan.rst
> +++ b/test_plans/softnic_test_plan.rst
> @@ -58,24 +58,20 @@ Prerequisites
> 
>  3. Start softnic with following command line::
> 
> -    ./x86_64-native-linuxapp-gcc/app/testpmd -l 23-25 -n 4 \
> +    ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x7 -s 0x4 -n 4 \
>      --vdev
> 'net_softnic0,firmware=./drivers/net/softnic/firmware.cli,cpu_id=1,conn_por
> t=8086' \
>      -- -i --forward-mode=softnic --portmask=0x2
>      testpmd> start
> 
> -   Or Start softnic with default hierarchy Qos with following command line::
> +   Set the thread id consistent to the service core::
> 
> -    ./x86_64-native-linuxapp-gcc/app/testpmd -l 23-25 -n 4 \
> -    --vdev
> 'net_softnic0,firmware=./drivers/net/softnic/firmware.cli,cpu_id=1,conn_por
> t=8086' \
> -    -- -i --forward-mode=softnic --portmask=0x2
> -    testpmd> set port tm hierarchy default 1
> -    testpmd> start
> +    thread 2 pipeline PIPELINE0 enable
> 
>  Test Case 1: softnic performance
>  ================================
>  1. Start softnic::
> 
> -    ./x86_64-native-linuxapp-gcc/app/testpmd -l 23-25 -n 4 \
> +    ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x7 -s 0x4 -n 4 \
>      --vdev
> 'net_softnic0,firmware=./drivers/net/softnic/firmware.cli,cpu_id=1,conn_por
> t=8086' \
>      -- -i --forward-mode=softnic --portmask=0x2
>      testpmd> start
> @@ -95,10 +91,9 @@ Test Case 2: shaping for pipe
> 
>  2. Start softnic with the default hierarchy Qos::
> 
> -    ./x86_64-native-linuxapp-gcc/app/testpmd -l 23-25 -n 4 \
> +    ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x7 -s 0x4 -n 4 \
>      --vdev
> 'net_softnic0,firmware=./drivers/net/softnic/tm_firmware.cli,cpu_id=1,conn_
> port=8086' \
>      -- -i --forward-mode=softnic --portmask=0x2
> -    testpmd> set port tm hierarchy default 1
>      testpmd> start
> 
>  3. Send per flow traffic with 100% line rate, verify output flow rate is 1/4096
> subport rate.
> @@ -111,7 +106,7 @@ Test Case 3: NAT
> 
>  (a). Start softnic::
> 
> -    ./x86_64-native-linuxapp-gcc/app/testpmd -l 23-25 -n 4 \
> +    ./x86_64-native-linuxapp-gcc/app/testpmd -c 0x7 -s 0x4 -n 4 \
>      --vdev
> 'net_softnic0,firmware=./drivers/net/softnic/nat_firmware.cli,cpu_id=1,conn
> _port=8086' \
>      -- -i --forward-mode=softnic --portmask=0x2
>      testpmd> start
> --
> 2.7.4



More information about the dts mailing list