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 048DCA0542; Thu, 13 Feb 2020 11:52:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B1B1E2BFA; Thu, 13 Feb 2020 11:52:07 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 54C451D9E for ; Thu, 13 Feb 2020 11:52:06 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2020 02:52:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,436,1574150400"; d="scan'208";a="347707573" Received: from dpdk.sh.intel.com ([10.239.255.129]) by fmsmga001.fm.intel.com with ESMTP; 13 Feb 2020 02:52:03 -0800 From: Jiaqi Min To: dts@dpdk.org Cc: Jiaqi Min Date: Thu, 13 Feb 2020 10:45:16 +0000 Message-Id: <20200213104516.37588-1-jiaqix.min@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [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" 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_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. -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, verify 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. @@ -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. -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, verify 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. -- 2.17.1