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 80DB1A0613 for ; Tue, 24 Sep 2019 10:00:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 399FC34F3; Tue, 24 Sep 2019 10:00:59 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9143C34F0 for ; Tue, 24 Sep 2019 10:00:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2019 01:00:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,543,1559545200"; d="scan'208";a="272556073" Received: from unknown (HELO dpdk-zengxx-tester.localdomain) ([10.240.176.145]) by orsmga001.jf.intel.com with ESMTP; 24 Sep 2019 01:00:55 -0700 From: Xiaoxiao Zeng To: dts@dpdk.org Cc: Xiaoxiao Zeng Date: Wed, 25 Sep 2019 04:00:50 +0800 Message-Id: <20190924200050.30083-1-xiaoxiaox.zeng@intel.com> X-Mailer: git-send-email 2.17.0 Subject: [dts] [PATCH V1] test_plan/sriov_kvm:modify parameter of Test Case8 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 VM to set rxonly mode. *.modify number of packet that Niantic VM1 can receive. --- test_plans/sriov_kvm_test_plan.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_plans/sriov_kvm_test_plan.rst b/test_plans/sriov_kvm_test_plan.rst index f22b2ed..0615157 100644 --- a/test_plans/sriov_kvm_test_plan.rst +++ b/test_plans/sriov_kvm_test_plan.rst @@ -302,7 +302,7 @@ Generate a random number N of 1-4095, Add rx vlan-id N and a mirror rule:: Note: Because of Hardware limitation, downlink-mirror and pool-mirror-down cannot coexist, uplink-mirror and pool-mirror-up cannot coexist in Fortville. -Fortville: Make sure VM0 in receive only mode:: +Fortville: Make sure VM1 in receive only mode:: VF1 testpmd-> set fwd rxonly VF1 testpmd-> start @@ -336,8 +336,8 @@ VM0 packets has been mirrored to VM1, VF1 RX 32 packets (down link mirror):: Send 1 packet with VM1 vlan id N and mac, and verify that VF0 have 1 RX packet(vlan mirror). -Send 1 packet to VF0 with VF0 MAC, check if VF0 RX 1 packet and TX 1 packet, -and VF1 has 2 packets mirror from VF0(up link mirror). +Send 1 packet to VF0 with VF0 MAC, check if VF0 RX 1 packet, +and VF1 has 1 packet mirror from VF0(up link mirror). After test need reset mirror rule:: -- 2.17.0