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 B76FBA0524; Mon, 24 Feb 2020 06:54:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 74A891BE85; Mon, 24 Feb 2020 06:54:52 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3FEA61F1C for ; Mon, 24 Feb 2020 06:54:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2020 21:54:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,479,1574150400"; d="scan'208";a="437590475" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 23 Feb 2020 21:54:48 -0800 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 23 Feb 2020 21:54:48 -0800 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 23 Feb 2020 21:54:47 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Sun, 23 Feb 2020 21:54:47 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.5]) by shsmsx102.ccr.corp.intel.com ([169.254.2.126]) with mapi id 14.03.0439.000; Mon, 24 Feb 2020 13:54:45 +0800 From: "He, Zhiwei" 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: AQHV4lumgtEs3IfvRE2cwDDaVntTXKgp6Q7w Date: Mon, 24 Feb 2020 05:54:44 +0000 Message-ID: <09777F12A863964D9F4AE780D4FEA3E83E743E97@SHSMSX104.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: 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" Acked-by zhiwei -----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 test= plan update test plan for mac remove filter Signed-off-by: Jiaqi Min --- test_plans/vf_macfilter_test_plan.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/test_plans/vf_macfilter_test_plan.rst b/test_plans/vf_macfilte= r_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 th= e +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, verify = the + packets can't be received by one VF and also can't be forwarded to anot= her + VF correctly + +10. Use scapy to send 100 random packets with a wrong MAC to VF0, verify t= he packets can't be received by one VF and also can't be forwarded to anot= her 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 th= e +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, verify= the + packets can't be received by one VF and also can't be forwarded to anot= her + VF correctly + +11. Use scapy to send 100 random packets with a wrong MAC to VF0, verify t= he packets can't be received by one VF and also can't be forwarded to another VF correctly. =20 --=20 2.17.1