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 79564A00BE; Wed, 29 Apr 2020 03:47:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 41F3C1D6E9; Wed, 29 Apr 2020 03:47:04 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CF4341D6E6 for ; Wed, 29 Apr 2020 03:47:02 +0200 (CEST) IronPort-SDR: mZ5brhFIlkQwsBoUBn+NsuWw7kTc0nmY0EElFqfGyng7qf4FFpfzm15U4TKF89DqGc6Yi8dVHr xZqVt/XozQuQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2020 18:47:01 -0700 IronPort-SDR: aJ32ONop0Dl2UhrJ9dzVnMw4NTcNR5vaXyZlKgBgSem9/peu7yUDN+EnpXLEv+Vgydp3VsnCVn lVU5rnEAzvPg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,329,1583222400"; d="scan'208";a="404885473" Received: from dpdk-yinan-purley.sh.intel.com ([10.67.117.227]) by orsmga004.jf.intel.com with ESMTP; 28 Apr 2020 18:47:01 -0700 From: Yinan To: dts@dpdk.org Cc: Wang Yinan Date: Tue, 28 Apr 2020 18:40:59 +0000 Message-Id: <20200428184059.66358-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH v1] test_plans: update test commond to support vectorized cases in virtio_pvp_regression_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" From: Wang Yinan Signed-off-by: Wang Yinan --- test_plans/virtio_pvp_regression_test_plan.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test_plans/virtio_pvp_regression_test_plan.rst b/test_plans/virtio_pvp_regression_test_plan.rst index 4d64aa7..a7ee850 100644 --- a/test_plans/virtio_pvp_regression_test_plan.rst +++ b/test_plans/virtio_pvp_regression_test_plan.rst @@ -148,9 +148,9 @@ Test Case 3: pvp test with virtio 0.95 vrctor_rx path -device virtio-net-pci,netdev=netdev0,mac=52:54:00:00:00:01,mrg_rxbuf=off,rx_queue_size=1024,tx_queue_size=1024,mq=on,vectors=15 \ -vnc :10 -3. On VM, bind virtio net to igb_uio and run testpmd without tx-offloads:: +3. On VM, bind virtio net to igb_uio and run testpmd without tx-offloads, [0000:xx.00] is [Bus,Device,Function] of virtio-net:: - ./testpmd -c 0x7 -n 3 -- -i \ + ./testpmd -c 0x7 -n 3 -w 0000:xx.00,vectorized -- -i \ --nb-cores=2 --rxq=2 --txq=2 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start @@ -265,9 +265,9 @@ Test Case 6: pvp test with virtio 1.0 vrctor_rx path -device virtio-net-pci,netdev=netdev0,mac=52:54:00:00:00:01,disable-modern=false,mrg_rxbuf=off,rx_queue_size=1024,tx_queue_size=1024,mq=on,vectors=15 \ -vnc :10 -3. On VM, bind virtio net to igb_uio and run testpmd without tx-offloads:: +3. On VM, bind virtio net to igb_uio and run testpmd without tx-offloads, [0000:xx.00] is [Bus,Device,Function] of virtio-net:: - ./testpmd -c 0x7 -n 3 -- -i \ + ./testpmd -c 0x7 -n 3 -w 0000:xx.00,vectorized -- -i \ --nb-cores=2 --rxq=2 --txq=2 --txd=1024 --rxd=1024 testpmd>set fwd mac testpmd>start @@ -356,4 +356,4 @@ Test Case 8: pvp test with virtio 1.1 non-mergeable path 5. Quit vhost-user, then re-launch, check if the reconnect can work and ensure the traffic can continue. -6. Kill VM, then re-launch VM, check if the reconnect can work and ensure the traffic can continue. +6. Kill VM, then re-launch VM, check if the reconnect can work and ensure the traffic can continue. -- 2.17.1