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 6B6F1A052A; Fri, 25 Dec 2020 06:34:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 326022BB8; Fri, 25 Dec 2020 06:34:10 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D088ECA16 for ; Fri, 25 Dec 2020 06:34:08 +0100 (CET) IronPort-SDR: Hn3ubLb+bUn70+RJ/JcLJvH/pDc6L6orHCBLZDQQCPNT1qWmeDtTcJFLW6c8UIX6wPiSdWhB4h yvVOlfm6Shwg== X-IronPort-AV: E=McAfee;i="6000,8403,9845"; a="172687558" X-IronPort-AV: E=Sophos;i="5.78,447,1599548400"; d="scan'208";a="172687558" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Dec 2020 21:34:06 -0800 IronPort-SDR: xPJSRd5pC8fMiR3mLGk7/Ftaq3D4aUB3TztWrvnLl/+VgtbC9n9sbKxslFKNUZrC/kOKFZoES4 dS/Zykoq2RLg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,447,1599548400"; d="scan'208";a="357650256" Received: from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39]) by orsmga002.jf.intel.com with ESMTP; 24 Dec 2020 21:34:05 -0800 From: Yinan Wang To: dts@dpdk.org Cc: Yinan Wang Date: Fri, 25 Dec 2020 09:21:14 -0500 Message-Id: <20201225142114.625484-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 v1] 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 are larger than 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