From patchwork Mon Jun 26 09:17:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 128990 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4AD8F42D58; Mon, 26 Jun 2023 11:17:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1896941149; Mon, 26 Jun 2023 11:17:26 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id E3A754067B for ; Mon, 26 Jun 2023 11:17:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687771045; x=1719307045; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=n2uEi2V0oSpW5keP4I5cqOe0V8FMnhfdpGgCfGGyeXs=; b=oBDrzE+8yZ4ZdRBYLoV1l/tQD8gX2N23StyhcZ55i7XTPjwqmrF7YRDE HNtkjZ6zfzAMEF8iq9ed5vejvbesHXlG1yCCHy/mr6w6XYbUKEynUmlch mmolF3BNFt7+tvfaUvkHJ3EBc4gxv7ctxeKxyOzu5DgV0vHOAdwSYBP98 avMCwj5sZcVP6m5dQqj1SDa6o4z2AeMAIrYr6DQoQf1zyyK8AmpW+l0Fb jaPfgOzFQLvz+GGNBQlt9E45HrtOgxVr2ZrOpWiuUOvApYlxiukJYbtmp s2Mw6sMq7OWnXbfVm1ohQFaUHY5LZCOK5eEhQ/NoSKW6UyZfJ0Xi0rVZO g==; X-IronPort-AV: E=McAfee;i="6600,9927,10752"; a="358713891" X-IronPort-AV: E=Sophos;i="6.01,159,1684825200"; d="scan'208";a="358713891" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2023 02:17:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10752"; a="1046440856" X-IronPort-AV: E=Sophos;i="6.01,159,1684825200"; d="scan'208";a="1046440856" Received: from unknown (HELO dut222..) ([10.239.252.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2023 02:17:22 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1] test_plans/vswitch_sample_*: modify testplan contents Date: Mon, 26 Jun 2023 17:17:12 +0800 Message-Id: <20230626091712.310485-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 Modify some contents error in vswitch_sample_*_test_plan.rst, like virtio-user to virtio-pmd, pkts to packets. Signed-off-by: Wei Ling --- test_plans/vswitch_sample_cbdma_test_plan.rst | 4 ++-- test_plans/vswitch_sample_dsa_test_plan.rst | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test_plans/vswitch_sample_cbdma_test_plan.rst b/test_plans/vswitch_sample_cbdma_test_plan.rst index 6d1b76c9..bc4ebb17 100644 --- a/test_plans/vswitch_sample_cbdma_test_plan.rst +++ b/test_plans/vswitch_sample_cbdma_test_plan.rst @@ -211,7 +211,7 @@ This case checks that the split ring with CBDMA channel can work stably when the ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024 -7. Loop pkts between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: +7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: testpmd0>set fwd mac testpmd0>start tx_first @@ -297,7 +297,7 @@ This case checks that the packed ring with CBDMA channel can work stably when th ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024 -7. Loop packets between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: +7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: testpmd0>set fwd mac testpmd0>start tx_first diff --git a/test_plans/vswitch_sample_dsa_test_plan.rst b/test_plans/vswitch_sample_dsa_test_plan.rst index f3e71fb0..6f023c49 100644 --- a/test_plans/vswitch_sample_dsa_test_plan.rst +++ b/test_plans/vswitch_sample_dsa_test_plan.rst @@ -206,7 +206,7 @@ This case checks that the split ring with DSA dpdk driver can work stably when t ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024 -7. Loop pkts between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: +7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: testpmd0>set fwd mac testpmd0>start tx_first @@ -292,7 +292,7 @@ This case checks that the packed ring with DSA dpdk driver can work stably when ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024 -7. Loop packets between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: +7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: testpmd0>set fwd mac testpmd0>start tx_first @@ -627,7 +627,7 @@ This case checks that the split ring with DSA kernel driver can work stably when ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024 -7. Loop pkts between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: +7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: testpmd0>set fwd mac testpmd0>start tx_first @@ -722,7 +722,7 @@ This case checks that the packed ring with DSA kernel driver can work stably whe ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 --txd=1024 --rxd=1024 -7. Loop packets between two virtio-user sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: +7. Loop packets between two virtio-pmd sides, record performance number with 64b/2000b/8000b/IMIX pkts can get expected:: testpmd0>set fwd mac testpmd0>start tx_first