From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id F16351B1F2 for ; Wed, 9 Jan 2019 08:37:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2019 23:37:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,456,1539673200"; d="scan'208";a="113290088" Received: from dpdk-test60.sh.intel.com ([10.67.111.110]) by fmsmga007.fm.intel.com with ESMTP; 08 Jan 2019 23:37:48 -0800 From: Xueqin Lin To: dts@dpdk.org Cc: Xueqin Lin Date: Tue, 8 Jan 2019 20:37:02 -0500 Message-Id: <1546997822-35288-1-git-send-email-xueqin.lin@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dts] [PATCH] test_plans/unit_tests_lpm: add lpm perf and lpm6 perf cases 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: , X-List-Received-Date: Wed, 09 Jan 2019 07:37:50 -0000 Signed-off-by: Xueqin Lin --- 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