test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings
@ 2019-06-12  9:00 Wenjie Li
  2019-06-12  9:00 ` [dts] [PATCH V1 2/2] test_plans/index: append eventdev_pipeline_perf Wenjie Li
  2019-06-13  9:11 ` [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: Wenjie Li @ 2019-06-12  9:00 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

fix some build warnings.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 .../eventdev_pipeline_perf_test_plan.rst      | 31 +++++++++++++------
 1 file changed, 21 insertions(+), 10 deletions(-)

diff --git a/test_plans/eventdev_pipeline_perf_test_plan.rst b/test_plans/eventdev_pipeline_perf_test_plan.rst
index 619f9a3..0cd9110 100644
--- a/test_plans/eventdev_pipeline_perf_test_plan.rst
+++ b/test_plans/eventdev_pipeline_perf_test_plan.rst
@@ -31,10 +31,12 @@ echo 24 > /proc/sys/vm/nr_hugepages
 Configure limits of Eventdev devices
 ====================================
 Set all eventdev devices sso and ssow limits to zero. Then set eventdev device under tests sso and ssow limits to non-zero values as per cores/queues requriments ::
+
    echo 0 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/sso
    echo 0 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/ssow
 
 Example ::
+
    echo 0 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/tim
    echo 1 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/npa
    echo 16 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/sso
@@ -51,7 +53,8 @@ Description: Execute performance test with Atomic_atq type of stage in multi-flo
 
    # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id -w device_bus_id -- -w 0xc00000 -n=0 --dump
 
-    Parameters:
+    Parameters::
+
         -c, COREMASK         : Hexadecimal bitmask of cores to run on
         -w, --pci-whitelist  : Add a PCI device in white list.
                                Only use the specified PCI devices. The argument format
@@ -74,7 +77,8 @@ Description: Execute performance test with Parallel_atq type of stage in multi-f
 
    # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id -w device_bus_id -- -w 0xc00000 -n=0 -p --dump
 
-    Parameters:
+    Parameters::
+
         -c, COREMASK         : Hexadecimal bitmask of cores to run on
         -w, --pci-whitelist  : Add a PCI device in white list.
                                Only use the specified PCI devices. The argument format
@@ -98,7 +102,8 @@ Description: Execute performance test with Ordered_atq type of stage in multi-fl
 
    # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id -w device_bus_id -- -w 0xc00000 -n=0 -o --dump
 
-    Parameters:
+    Parameters::
+
         -c, COREMASK         : Hexadecimal bitmask of cores to run on
         -w, --pci-whitelist  : Add a PCI device in white list.
                                Only use the specified PCI devices. The argument format
@@ -122,7 +127,8 @@ Description: Execute performance test with Atomic_atq type of stage in multi-flo
 
    # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id -w device0_bus_id -w device1_bus_id -- -w 0xc00000 -n=0 --dump
 
-    Parameters:
+    Parameters::
+
         -c, COREMASK         : Hexadecimal bitmask of cores to run on
         -w, --pci-whitelist  : Add a PCI device in white list.
                                Only use the specified PCI devices. The argument format
@@ -145,7 +151,8 @@ Description: Execute performance test with Parallel_atq type of stage in multi-f
 
    # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id -w device0_bus_id -w device1_bus_id -- -w 0xc00000 -n=0 -p --dump
 
-    Parameters:
+    Parameters::
+
         -c, COREMASK         : Hexadecimal bitmask of cores to run on
         -w, --pci-whitelist  : Add a PCI device in white list.
                                Only use the specified PCI devices. The argument format
@@ -169,7 +176,8 @@ Description: Execute performance test with Ordered_atq type of stage in multi-fl
 
    # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id -w device0_bus_id -w device1_bus_id -- -w 0xc00000 -n=0 -o --dump
 
-    Parameters:
+    Parameters::
+
         -c, COREMASK         : Hexadecimal bitmask of cores to run on
         -w, --pci-whitelist  : Add a PCI device in white list.
                                Only use the specified PCI devices. The argument format
@@ -193,7 +201,8 @@ Description: Execute performance test with Atomic_atq type of stage in multi-flo
 
    # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id -w device0_bus_id -w device1_bus_id -w device2_bus_id -w device3_bus_id -- -w 0xc00000 -n=0 --dump
 
-    Parameters:
+    Parameters::
+
         -c, COREMASK         : Hexadecimal bitmask of cores to run on
         -w, --pci-whitelist  : Add a PCI device in white list.
                                Only use the specified PCI devices. The argument format
@@ -216,7 +225,8 @@ Description: Execute performance test with Parallel_atq type of stage in multi-f
 
    # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id -w device0_bus_id -w device1_bus_id -w device2_bus_id -w device3_bus_id -- -w 0xc00000 -n=0 -p --dump
 
-    Parameters:
+    Parameters::
+
         -c, COREMASK         : Hexadecimal bitmask of cores to run on
         -w, --pci-whitelist  : Add a PCI device in white list.
                                Only use the specified PCI devices. The argument format
@@ -240,7 +250,8 @@ Description: Execute performance test with Ordered_atq type of stage in multi-fl
 
    # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id -w device0_bus_id -w device1_bus_id -w device2_bus_id -w device3_bus_id -- -w 0xc00000 -n=0 -o --dump
 
-    Parameters:
+    Parameters::
+
         -c, COREMASK         : Hexadecimal bitmask of cores to run on
         -w, --pci-whitelist  : Add a PCI device in white list.
                                Only use the specified PCI devices. The argument format
@@ -254,4 +265,4 @@ Description: Execute performance test with Ordered_atq type of stage in multi-fl
 
 2. Use Ixia to send huge number of packets(with same 5-tuple and different 5-tuple)
 
-3. Observe the speed of packets received(Rx-rate) on Ixia.
+3. Observe the speed of packets received(Rx-rate) on Ixia.
\ No newline at end of file
-- 
2.17.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dts] [PATCH V1 2/2] test_plans/index: append eventdev_pipeline_perf
  2019-06-12  9:00 [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings Wenjie Li
@ 2019-06-12  9:00 ` Wenjie Li
  2019-06-13  9:11   ` Tu, Lijuan
  2019-06-13  9:11 ` [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings Tu, Lijuan
  1 sibling, 1 reply; 4+ messages in thread
From: Wenjie Li @ 2019-06-12  9:00 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

append new test plan to index.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 test_plans/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test_plans/index.rst b/test_plans/index.rst
index 6936602..3e857ee 100644
--- a/test_plans/index.rst
+++ b/test_plans/index.rst
@@ -183,6 +183,7 @@ The following are the test plans for the DPDK DTS automated test system.
     virtio_unit_cryptodev_func_test_plan
     virtio_user_for_container_networking_test_plan
     eventdev_perf_test_plan
+    eventdev_pipeline_perf_test_plan
 
     unit_tests_cmdline_test_plan
     unit_tests_crc_test_plan
-- 
2.17.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings
  2019-06-12  9:00 [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings Wenjie Li
  2019-06-12  9:00 ` [dts] [PATCH V1 2/2] test_plans/index: append eventdev_pipeline_perf Wenjie Li
@ 2019-06-13  9:11 ` Tu, Lijuan
  1 sibling, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-06-13  9:11 UTC (permalink / raw)
  To: Li, WenjieX A, dts; +Cc: Li, WenjieX A

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li
> Sent: Wednesday, June 12, 2019 5:00 PM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@intel.com>
> Subject: [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build
> warnings
> 
> fix some build warnings.
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
> ---
>  .../eventdev_pipeline_perf_test_plan.rst      | 31 +++++++++++++------
>  1 file changed, 21 insertions(+), 10 deletions(-)
> 
> diff --git a/test_plans/eventdev_pipeline_perf_test_plan.rst
> b/test_plans/eventdev_pipeline_perf_test_plan.rst
> index 619f9a3..0cd9110 100644
> --- a/test_plans/eventdev_pipeline_perf_test_plan.rst
> +++ b/test_plans/eventdev_pipeline_perf_test_plan.rst
> @@ -31,10 +31,12 @@ echo 24 > /proc/sys/vm/nr_hugepages  Configure
> limits of Eventdev devices  ====================================
>  Set all eventdev devices sso and ssow limits to zero. Then set eventdev
> device under tests sso and ssow limits to non-zero values as per
> cores/queues requriments ::
> +
>     echo 0 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/sso
>     echo 0 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/ssow
> 
>  Example ::
> +
>     echo 0 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/tim
>     echo 1 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/npa
>     echo 16 > /sys/bus/pci/devices/eventdev_device_bus_id/limits/sso
> @@ -51,7 +53,8 @@ Description: Execute performance test with Atomic_atq
> type of stage in multi-flo
> 
>     # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id
> -w device_bus_id -- -w 0xc00000 -n=0 --dump
> 
> -    Parameters:
> +    Parameters::
> +
>          -c, COREMASK         : Hexadecimal bitmask of cores to run on
>          -w, --pci-whitelist  : Add a PCI device in white list.
>                                 Only use the specified PCI devices. The argument format
> @@ -74,7 +77,8 @@ Description: Execute performance test with Parallel_atq
> type of stage in multi-f
> 
>     # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id
> -w device_bus_id -- -w 0xc00000 -n=0 -p --dump
> 
> -    Parameters:
> +    Parameters::
> +
>          -c, COREMASK         : Hexadecimal bitmask of cores to run on
>          -w, --pci-whitelist  : Add a PCI device in white list.
>                                 Only use the specified PCI devices. The argument format
> @@ -98,7 +102,8 @@ Description: Execute performance test with
> Ordered_atq type of stage in multi-fl
> 
>     # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id
> -w device_bus_id -- -w 0xc00000 -n=0 -o --dump
> 
> -    Parameters:
> +    Parameters::
> +
>          -c, COREMASK         : Hexadecimal bitmask of cores to run on
>          -w, --pci-whitelist  : Add a PCI device in white list.
>                                 Only use the specified PCI devices. The argument format
> @@ -122,7 +127,8 @@ Description: Execute performance test with
> Atomic_atq type of stage in multi-flo
> 
>     # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id
> -w device0_bus_id -w device1_bus_id -- -w 0xc00000 -n=0 --dump
> 
> -    Parameters:
> +    Parameters::
> +
>          -c, COREMASK         : Hexadecimal bitmask of cores to run on
>          -w, --pci-whitelist  : Add a PCI device in white list.
>                                 Only use the specified PCI devices. The argument format
> @@ -145,7 +151,8 @@ Description: Execute performance test with
> Parallel_atq type of stage in multi-f
> 
>     # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id
> -w device0_bus_id -w device1_bus_id -- -w 0xc00000 -n=0 -p --dump
> 
> -    Parameters:
> +    Parameters::
> +
>          -c, COREMASK         : Hexadecimal bitmask of cores to run on
>          -w, --pci-whitelist  : Add a PCI device in white list.
>                                 Only use the specified PCI devices. The argument format
> @@ -169,7 +176,8 @@ Description: Execute performance test with
> Ordered_atq type of stage in multi-fl
> 
>     # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id
> -w device0_bus_id -w device1_bus_id -- -w 0xc00000 -n=0 -o --dump
> 
> -    Parameters:
> +    Parameters::
> +
>          -c, COREMASK         : Hexadecimal bitmask of cores to run on
>          -w, --pci-whitelist  : Add a PCI device in white list.
>                                 Only use the specified PCI devices. The argument format
> @@ -193,7 +201,8 @@ Description: Execute performance test with
> Atomic_atq type of stage in multi-flo
> 
>     # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id
> -w device0_bus_id -w device1_bus_id -w device2_bus_id -w device3_bus_id -
> - -w 0xc00000 -n=0 --dump
> 
> -    Parameters:
> +    Parameters::
> +
>          -c, COREMASK         : Hexadecimal bitmask of cores to run on
>          -w, --pci-whitelist  : Add a PCI device in white list.
>                                 Only use the specified PCI devices. The argument format
> @@ -216,7 +225,8 @@ Description: Execute performance test with
> Parallel_atq type of stage in multi-f
> 
>     # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id
> -w device0_bus_id -w device1_bus_id -w device2_bus_id -w device3_bus_id -
> - -w 0xc00000 -n=0 -p --dump
> 
> -    Parameters:
> +    Parameters::
> +
>          -c, COREMASK         : Hexadecimal bitmask of cores to run on
>          -w, --pci-whitelist  : Add a PCI device in white list.
>                                 Only use the specified PCI devices. The argument format
> @@ -240,7 +250,8 @@ Description: Execute performance test with
> Ordered_atq type of stage in multi-fl
> 
>     # ./build/dpdk-eventdev_pipeline -c 0xe00000 -w eventdev_device_bus_id
> -w device0_bus_id -w device1_bus_id -w device2_bus_id -w device3_bus_id -
> - -w 0xc00000 -n=0 -o --dump
> 
> -    Parameters:
> +    Parameters::
> +
>          -c, COREMASK         : Hexadecimal bitmask of cores to run on
>          -w, --pci-whitelist  : Add a PCI device in white list.
>                                 Only use the specified PCI devices. The argument format
> @@ -254,4 +265,4 @@ Description: Execute performance test with
> Ordered_atq type of stage in multi-fl
> 
>  2. Use Ixia to send huge number of packets(with same 5-tuple and different
> 5-tuple)
> 
> -3. Observe the speed of packets received(Rx-rate) on Ixia.
> +3. Observe the speed of packets received(Rx-rate) on Ixia.
> \ No newline at end of file
> --
> 2.17.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH V1 2/2] test_plans/index: append eventdev_pipeline_perf
  2019-06-12  9:00 ` [dts] [PATCH V1 2/2] test_plans/index: append eventdev_pipeline_perf Wenjie Li
@ 2019-06-13  9:11   ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-06-13  9:11 UTC (permalink / raw)
  To: Li, WenjieX A, dts; +Cc: Li, WenjieX A

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li
> Sent: Wednesday, June 12, 2019 5:00 PM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@intel.com>
> Subject: [dts] [PATCH V1 2/2] test_plans/index: append
> eventdev_pipeline_perf
> 
> append new test plan to index.
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
> ---
>  test_plans/index.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/test_plans/index.rst b/test_plans/index.rst index
> 6936602..3e857ee 100644
> --- a/test_plans/index.rst
> +++ b/test_plans/index.rst
> @@ -183,6 +183,7 @@ The following are the test plans for the DPDK DTS
> automated test system.
>      virtio_unit_cryptodev_func_test_plan
>      virtio_user_for_container_networking_test_plan
>      eventdev_perf_test_plan
> +    eventdev_pipeline_perf_test_plan
> 
>      unit_tests_cmdline_test_plan
>      unit_tests_crc_test_plan
> --
> 2.17.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-13  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12  9:00 [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings Wenjie Li
2019-06-12  9:00 ` [dts] [PATCH V1 2/2] test_plans/index: append eventdev_pipeline_perf Wenjie Li
2019-06-13  9:11   ` Tu, Lijuan
2019-06-13  9:11 ` [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).