From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CD2C7A052A; Fri, 25 Dec 2020 06:36:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 929552BB8; Fri, 25 Dec 2020 06:36:20 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id ECDD426A8 for ; Fri, 25 Dec 2020 06:36:18 +0100 (CET) IronPort-SDR: 2hViW/SnweXoT3Pk6WYxqhUT2tZUU1xfQCCeiKZk51UnvM7uq4ChONq5WdI8Nup/vIw07vNMo9 yMu7bQADt7qw== X-IronPort-AV: E=McAfee;i="6000,8403,9845"; a="175424407" X-IronPort-AV: E=Sophos;i="5.78,447,1599548400"; d="scan'208";a="175424407" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Dec 2020 21:36:16 -0800 IronPort-SDR: ohqDpPn3EFZM9LwaYb599brPtpQZNbrgwwCrCCOoP+7P3OrBuKl4jymeiwSx7/nEMG1AQ4jogZ fYtRiclhLQXw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,447,1599548400"; d="scan'208";a="342894378" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga003.jf.intel.com with ESMTP; 24 Dec 2020 21:36:15 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Fri, 25 Dec 2020 09:23:24 -0500 Message-Id: <20201225142324.625590-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH v2] test_plans/virtio_smoke_test_plan.rst 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" Change pvp case to function test. Signed-off-by: Yinan Wang --- test_plans/virtio_smoke_test_plan.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/test_plans/virtio_smoke_test_plan.rst b/test_plans/virtio_smoke_test_plan.rst index cc184bf5..0535535e 100644 --- a/test_plans/virtio_smoke_test_plan.rst +++ b/test_plans/virtio_smoke_test_plan.rst @@ -92,9 +92,21 @@ Test Case 2: pvp test with virtio packed ring vectorized path testpmd>set fwd mac testpmd>start -3. Send 64B and 1518B packets with packet generator, check the throughput with below command:: +3. Send 10 IP packets with 64B and 10 IP packets with 1518B to nic using scapy, check the ”RX-packets“ and ”TX-packets“ stats of virtio-user >= 20:: testpmd>show port stats all + ######################## NIC statistics for port 0 ######################## + RX-packets: 20 RX-missed: 0 RX-bytes: 15740 + RX-errors: 0 + RX-nombuf: 0 + TX-packets: 20 TX-errors: 0 TX-bytes: 15740 + + Throughput (since last show) + Rx-pps: 0 Rx-bps: 7232 + Tx-pps: 0 Tx-bps: 7232 + ############################################################################ -- 2.25.1