From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 10E72A0353; Thu, 24 Feb 2022 06:47:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0BE3A41170; Thu, 24 Feb 2022 06:47:12 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id E029441170 for ; Thu, 24 Feb 2022 06:47:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645681630; x=1677217630; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xQ+WmK3yXyhyInae7R9NmyDb4mCockBJ06R2MuyjIMA=; b=IgMRArSnvnEacs2QG11nibtyyZ1nqbCsT1vYIVkXzurfQmNT7iiSvdXq XxDFT+TUTNj9PQWqwkd2LexIzuXHkuM/K2xW5ONjzMj8NkdCn1quteYtn I1if6vown9YZpMGUj2fYLGEl2f0Vf9m18kWPt+iJe0aXkB8IykuCYH1HS wQmklIJ4/fTVaE1jg2KJfz5Uve+AdX2/A94jZx+0PPdgCf36mzMD5/lN8 eIGlUajrtlMgBZNaGouzbjJ79t8UPSOdJJ/V/XIfHNfY8yUMOt0UUtPa0 xPfk61o6dvsHWhN22Bv4KWGFAP4vkQ7lXv0OmTHgQ+RWGW6AFNnZjK9aA A==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="315382134" X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="315382134" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 21:47:09 -0800 X-IronPort-AV: E=Sophos;i="5.88,393,1635231600"; d="scan'208";a="548590658" Received: from unknown (HELO localhost.localdomain) ([10.239.251.226]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 21:47:08 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V3 4/5] test_plans/*: modify test plan to adapt meson build Date: Thu, 24 Feb 2022 13:46:34 +0000 Message-Id: <20220224134635.1501581-5-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220224134635.1501581-1-yux.jiang@intel.com> References: <20220224134635.1501581-1-yux.jiang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 test_plans/*: modify test plan to adapt meson build, including ABI_stable,enable_package_download_in_ice_driver, external_mempool_handler,flow_classify,generic_flow_api Signed-off-by: Yu Jiang --- test_plans/ABI_stable_test_plan.rst | 9 +-------- ...nable_package_download_in_ice_driver_test_plan.rst | 8 ++++---- test_plans/external_mempool_handler_test_plan.rst | 10 +++++----- test_plans/flow_classify_test_plan.rst | 11 ++++++----- test_plans/generic_flow_api_test_plan.rst | 10 +++++----- 5 files changed, 21 insertions(+), 27 deletions(-) diff --git a/test_plans/ABI_stable_test_plan.rst b/test_plans/ABI_stable_test_plan.rst index ae0eb7b9..5408e2a9 100644 --- a/test_plans/ABI_stable_test_plan.rst +++ b/test_plans/ABI_stable_test_plan.rst @@ -47,13 +47,7 @@ Compiling Steps =============== Compile shared library/application from DPDK xx.11 release. -Change the option in config/common_base configuration file:: - - CONFIG_RTE_BUILD_SHARED_LIB=y - -And then, compile the DPDK:: - - make install -j T=x86_64-native-linuxapp-gcc +CC=gcc meson -Denable_kmods=True -Dlibdir=lib --default-library=shared ;ninja -C Keep this DPDK folder as , e.g. . @@ -65,7 +59,6 @@ Setup library path in environment:: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH, -meson: CC=gcc meson -Denable_kmods=True -Dlibdir=lib --default-library=shared ;ninja -C Common Test Steps ================= diff --git a/test_plans/enable_package_download_in_ice_driver_test_plan.rst b/test_plans/enable_package_download_in_ice_driver_test_plan.rst index 6de17a0b..b81e4e79 100644 --- a/test_plans/enable_package_download_in_ice_driver_test_plan.rst +++ b/test_plans/enable_package_download_in_ice_driver_test_plan.rst @@ -67,7 +67,7 @@ Test case 1: Download the package successfully 2. Start the testpmd:: - ./testpmd -c 0x3fe -n 6 -- -i --nb-cores=8 --rxq=8 --txq=8 \ + .//app/dpdk-testpmd -c 0x3fe -n 6 -- -i --nb-cores=8 --rxq=8 --txq=8 \ --port-topology=chained The testpmd can be started normally without any fail information. @@ -103,7 +103,7 @@ Test case 2: Driver enters Safe Mode successfully 2. Start testpmd:: - ./testpmd -c 0x3fe -n 6 \ + .//app/dpdk-testpmd -c 0x3fe -n 6 \ -a PORT0_PCI,safe-mode-support=1 -a PORT1_PCI,safe-mode-support=1 \ -- -i --nb-cores=8 --rxq=8 --txq=8 --port-topology=chained @@ -144,7 +144,7 @@ Test case 3: Driver enters Safe Mode failed 2. Start testpmd:: - ./testpmd -c 0x3fe -n 6 -- -i --nb-cores=8 --rxq=8 --txq=8 \ + .//app/dpdk-testpmd -c 0x3fe -n 6 -- -i --nb-cores=8 --rxq=8 --txq=8 \ --port-topology=chained There will be an error reported:: @@ -177,7 +177,7 @@ Compile DPDK and testpmd:: Launch testpmd with 1 default interface and 1 specific interface:: - ./x86_64-native-linux-gcc/app/testpmd -l 6-9 -n 4 -a 18:00.0 -a b1:00.0 --log-level=8 -- -i + .//app/dpdk-testpmd -l 6-9 -n 4 -a 18:00.0 -a b1:00.0 --log-level=8 -- -i In this case, b1:00.0 interface is specific interface. diff --git a/test_plans/external_mempool_handler_test_plan.rst b/test_plans/external_mempool_handler_test_plan.rst index 2f821364..c773dc0b 100644 --- a/test_plans/external_mempool_handler_test_plan.rst +++ b/test_plans/external_mempool_handler_test_plan.rst @@ -54,7 +54,7 @@ Test Case 1: Multiple producers and multiple consumers 3. Start testpmd with two ports and start forwarding:: - testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff + .//app/dpdk-testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff testpmd> set fwd mac testpmd> start @@ -75,7 +75,7 @@ Test Case 2: Single producer and Single consumer 3. Start testpmd with two ports and start forwarding:: - testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff + .//app/dpdk-testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff testpmd> set fwd mac testpmd> start @@ -96,7 +96,7 @@ Test Case 3: Single producer and Multiple consumers 3. Start testpmd with two ports and start forwarding:: - testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff + .//app/dpdk-testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff testpmd> set fwd mac testpmd> start @@ -117,7 +117,7 @@ Test Case 4: Multiple producers and single consumer 3. Start testpmd with two ports and start forwarding:: - testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff + .//app/dpdk-testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff testpmd> set fwd mac testpmd> start @@ -138,7 +138,7 @@ Test Case 4: Stack mempool handler 3. Start testpmd with two ports and start forwarding:: - testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff + .//app/dpdk-testpmd -c 0x6 -n 4 -- -i --portmask=0x3 --tx-offloads=0x8fff testpmd> set fwd mac testpmd> start diff --git a/test_plans/flow_classify_test_plan.rst b/test_plans/flow_classify_test_plan.rst index 07236172..4175ed7c 100644 --- a/test_plans/flow_classify_test_plan.rst +++ b/test_plans/flow_classify_test_plan.rst @@ -168,14 +168,15 @@ Compilation: ------------ steps:: - cd $DPDK_PATH - export RTE_TARGET=$DPDK_PATH - export RTE_SDK=`pwd` - make -C examples/flow_classify + CC=gcc meson -Denable_kmods=True -Dlibdir=lib --default-library=static + ninja -C + + meson configure -Dexamples=flow_classify + ninja -C Flow classify bin file under:: - $DPDK_PATH/examples/flow_classify/build/flow_classify + /examples/dpdk-flow_classify rule config file(default):: diff --git a/test_plans/generic_flow_api_test_plan.rst b/test_plans/generic_flow_api_test_plan.rst index 98baec62..6fd039a0 100644 --- a/test_plans/generic_flow_api_test_plan.rst +++ b/test_plans/generic_flow_api_test_plan.rst @@ -222,12 +222,12 @@ Test case: Fortville fdir for ipv4 testpmd> set verbose 1 testpmd> start - ./x86_64-native-linuxapp-gcc/app/testpmd -c 1e0000 -n 4 -a 05:02.0 --file-prefix=vf0 --socket-mem=1024,1024 -- -i --rxq=4 --txq=4 --disable-rss --pkt-filter-mode=perfect + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 1e0000 -n 4 -a 05:02.0 --file-prefix=vf0 --socket-mem=1024,1024 -- -i --rxq=4 --txq=4 --disable-rss --pkt-filter-mode=perfect testpmd> set fwd rxonly testpmd> set verbose 1 testpmd> start - ./x86_64-native-linuxapp-gcc/app/testpmd -c 1e00000 -n 4 -a 05:02.1 --file-prefix=vf1 --socket-mem=1024,1024 -- -i --rxq=4 --txq=4 --disable-rss --pkt-filter-mode=perfect + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 1e00000 -n 4 -a 05:02.1 --file-prefix=vf1 --socket-mem=1024,1024 -- -i --rxq=4 --txq=4 --disable-rss --pkt-filter-mode=perfect testpmd> set fwd rxonly testpmd> set verbose 1 testpmd> start @@ -2009,7 +2009,7 @@ Test case: Dual vlan(QinQ) 1. set up testpmd with Fortville NICs:: - ./dpdk-testpmd -c 0x1ffff -n 4 -- -i --coremask=0x1fffe --portmask=0x1 --rxq=16 --txq=16 --tx-offloads=0x8fff + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0x1ffff -n 4 -- -i --coremask=0x1fffe --portmask=0x1 --rxq=16 --txq=16 --tx-offloads=0x8fff 2. verbose configuration:: @@ -2107,7 +2107,7 @@ Test Case: 10GB Multiple filters 1. set up testpmd with Fortville NICs:: - ./dpdk-testpmd -l 1,2,3,4,5,6,7,8 -n 4 -- -i --disable-rss --rxq=16 --txq=16 + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4,5,6,7,8 -n 4 -- -i --disable-rss --rxq=16 --txq=16 2. verbose configuration:: @@ -2220,7 +2220,7 @@ This case is designed for NIC(niantic). Default use 64 queues for test Launch the app ``testpmd`` with the following arguments:: - ./dpdk-testpmd -l 1,2,3,4,5 -n 4 -- -i --disable-rss --rxq=64 --txq=64 --portmask=0x3 --nb-cores=4 --total-num-mbufs=263168 + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4,5 -n 4 -- -i --disable-rss --rxq=64 --txq=64 --portmask=0x3 --nb-cores=4 --total-num-mbufs=263168 testpmd>set stat_qmap rx 0 0 0 testpmd>set stat_qmap rx 1 0 0 -- 2.25.1