From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CFD50A00E6 for ; Wed, 12 Jun 2019 10:55:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A04491D124; Wed, 12 Jun 2019 10:55:53 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 70D3F1D117 for ; Wed, 12 Jun 2019 10:55:51 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jun 2019 01:55:50 -0700 X-ExtLoop1: 1 Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 12 Jun 2019 01:55:49 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Wed, 12 Jun 2019 17:00:09 +0800 Message-Id: <1560330010-2936-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1 1/2] test_plans/eventdev_pipeline_perf: fix build warnings X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" fix some build warnings. Signed-off-by: Wenjie Li --- .../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