[dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings

Wenjie Li wenjiex.a.li at intel.com
Wed Jun 12 11:00:09 CEST 2019


fix some build warnings.

Signed-off-by: Wenjie Li <wenjiex.a.li at 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



More information about the dts mailing list