[dts] [PATCH] test_plans/unit_tests_lpm: add lpm perf and lpm6 perf cases

Xueqin Lin xueqin.lin at intel.com
Wed Jan 9 02:37:02 CET 2019


Signed-off-by: Xueqin Lin <xueqin.lin at intel.com>

---
 test_plans/unit_tests_lpm_test_plan.rst | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/test_plans/unit_tests_lpm_test_plan.rst b/test_plans/unit_tests_lpm_test_plan.rst
index cf6978b..4fa9248 100644
--- a/test_plans/unit_tests_lpm_test_plan.rst
+++ b/test_plans/unit_tests_lpm_test_plan.rst
@@ -77,3 +77,31 @@ The steps to run the unit test manually are as follow::
 
 
 The final output of the test has to be "Test OK"
+
+
+====================
+Unit Tests: LPM_perf
+====================
+
+This section explains how to run the unit tests for LPM performance.
+The steps to run the unit test manually are as follow::
+
+  # make -C ./app/test/
+  # ./app/test/test -n 1 -c ffff
+  RTE>> lpm_perf_autotest
+
+The final output of the test has to be "Test OK"
+
+
+=========================
+Unit Tests: LPM_ipv6_perf
+=========================
+
+This section explains how to run the unit tests for LPM IPv6
+performance. The steps to run the unit test manually are as follow::
+
+  # make -C ./app/test/
+  # ./app/test/test -n 1 -c ffff
+  RTE>> lpm6_perf_autotest
+
+The final output of the test has to be "Test OK"
-- 
2.5.5



More information about the dts mailing list