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 A9BFAA055E; Wed, 26 Feb 2020 10:12:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 754D71BFB3; Wed, 26 Feb 2020 10:12:39 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EC65E1BFAB for ; Wed, 26 Feb 2020 10:12:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2020 01:12:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,487,1574150400"; d="scan'208";a="260996503" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 26 Feb 2020 01:12:35 -0800 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Feb 2020 01:12:35 -0800 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 26 Feb 2020 01:12:34 -0800 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 26 Feb 2020 01:12:34 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.138]) with mapi id 14.03.0439.000; Wed, 26 Feb 2020 17:12:31 +0800 From: "Tu, Lijuan" To: "Min, JiaqiX" , "dts@dpdk.org" CC: "Min, JiaqiX" Thread-Topic: [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan Thread-Index: AQHV4luvnErrFqjHmkKHHJRjRK90gqgtRQBg Date: Wed, 26 Feb 2020 09:12:30 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCE89D@SHSMSX101.ccr.corp.intel.com> References: <20200213104516.37588-1-jiaqix.min@intel.com> In-Reply-To: <20200213104516.37588-1-jiaqix.min@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Jiaqi Min > Sent: Thursday, February 13, 2020 6:45 PM > To: dts@dpdk.org > Cc: Min, JiaqiX > Subject: [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter te= st > plan >=20 > update test plan for mac remove filter >=20 > Signed-off-by: Jiaqi Min > --- > test_plans/vf_macfilter_test_plan.rst | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) >=20 > diff --git a/test_plans/vf_macfilter_test_plan.rst > b/test_plans/vf_macfilter_test_plan.rst > index b5281d3..414039f 100644 > --- a/test_plans/vf_macfilter_test_plan.rst > +++ b/test_plans/vf_macfilter_test_plan.rst > @@ -193,7 +193,14 @@ Test Case 2: > test_kernel_2pf_2vf_1vm_mac_add_filter > packets can be received by one VF and can be forwarded to another VF > correctly. >=20 > -8. Use scapy to send 100 random packets with a wrong MAC to VF0, verify > the > +8. remove the added mac address. > + testpmd> mac_addr remove 0 00:11:22:33:44:55 > + > +9. Use scapy to send 100 random packets to the deleted MAC to VF0, verif= y > the > + packets can't be received by one VF and also can't be forwarded to > another > + VF correctly > + > +10. Use scapy to send 100 random packets with a wrong MAC to VF0, verify > the > packets can't be received by one VF and also can't be forwarded to > another > VF correctly. >=20 > @@ -280,7 +287,14 @@ Test Case 3: > test_dpdk_2pf_2vf_1vm_mac_add_filter > packets can be received by one VF and can be forwarded to another VF > correctly. >=20 > -9. Use scapy to send 100 random packets with a wrong MAC to VF0, verify > the > +9. remove the added mac address. > + testpmd> mac_addr remove 0 00:11:22:33:44:55 > + > +10. Use scapy to send 100 random packets to the deleted MAC to VF0, veri= fy > the > + packets can't be received by one VF and also can't be forwarded to > another > + VF correctly > + > +11. Use scapy to send 100 random packets with a wrong MAC to VF0, verify > the > packets can't be received by one VF and also can't be forwarded to > another VF correctly. >=20 > -- > 2.17.1