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 7146EA00BE; Mon, 27 Apr 2020 09:51:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 62B531C1A9; Mon, 27 Apr 2020 09:51:36 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 992DE1BF8E for ; Mon, 27 Apr 2020 09:51:34 +0200 (CEST) IronPort-SDR: v265a2ANwcXdQdue1/kF+HIm3Vxb+sWIXJsqgbn0j/y4xRNoUEdDVfL6F0K0SmBSonOa0zN1Me O+8LRD9Bqv4g== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 00:51:33 -0700 IronPort-SDR: Ou8wN2pY5zc7cwuYFFAC1xszYy3/G5bBkqwjvh/BnZepdb2puLSwMqI169WEK/K1rca/lfSaDS g/Q6hM1UGOiA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,323,1583222400"; d="scan'208";a="367062816" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 27 Apr 2020 00:51:32 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:51:32 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:51:31 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.213]) with mapi id 14.03.0439.000; Mon, 27 Apr 2020 15:51:29 +0800 From: "Tu, Lijuan" To: "Lin, Xueqin" , "dts@dpdk.org" CC: "Lin, Xueqin" Thread-Topic: [dts] [PATCH] test_plan/shutdown_api: add allmulticast mode test plan Thread-Index: AQHWG7B74pZmayUXrkCgXXTmslceoKiMme1w Date: Mon, 27 Apr 2020 07:51:28 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC12AF4@SHSMSX101.ccr.corp.intel.com> References: <1587873249-163962-1-git-send-email-xueqin.lin@intel.com> In-Reply-To: <1587873249-163962-1-git-send-email-xueqin.lin@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] test_plan/shutdown_api: add allmulticast mode 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 Xueqin Lin > Sent: Sunday, April 26, 2020 11:54 AM > To: dts@dpdk.org > Cc: Lin, Xueqin > Subject: [dts] [PATCH] test_plan/shutdown_api: add allmulticast mode test > plan >=20 > Signed-off-by: Xueqin Lin >=20 > --- > test_plans/shutdown_api_test_plan.rst | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) >=20 > diff --git a/test_plans/shutdown_api_test_plan.rst > b/test_plans/shutdown_api_test_plan.rst > index c2dd415..83a495a 100644 > --- a/test_plans/shutdown_api_test_plan.rst > +++ b/test_plans/shutdown_api_test_plan.rst > @@ -114,6 +114,30 @@ Test Case: Set promiscuous mode > and receive packets, and check that testpmd is able to receive and fo= rward > packets > successfully. >=20 > +Test Case: Set allmulticast mode > +-------------------------------- > + > +1. If the testpmd application is not launched, run it as above command. > Follow > + below steps to check if allmulticast mode setting works well after > reconfiguring > + it while all ports are stopped. > +2. Run ``set promisc all off`` to disable promiscuous mode on all ports. > +3. Run ``set allmulti all off`` to disable allmulticast mode on all port= s. > +4. Run ``start`` again to restart the forwarding. > +5. Send packets with dst same to port address. > +6. Check that testpmd is able to receive and forward packets successfull= y. > +7. Send packets with unicast dst not same to port address. > +8. Check that testpmd is NOT able to receive and forward packets > successfully. > +9. Send packets with multicast dst ``01:00:00:33:00:01`` packets. > +10. Check that testpmd is NOT able to receive and forward packets > successfully. > +11. Run ``set allmulti all on`` to enable allmulticast mode on all ports= . > +12. Send packets with multicast dst ``01:00:00:33:00:01`` packets. > +13. Check that testpmd is able to receive and forward packets successful= ly. > +14. Send packets with unicast dst not same to port address. > +15. Check that testpmd is NOT able to receive and forward packets > successfully. > +16. Run ``set promisc all on`` to enable promiscuous mode on all ports. > +17. Send packets with unicast dst not same to port address. > +18. Check that testpmd is able to receive and forward packets successful= ly. > + > Test Case: Reconfigure All Ports With The Same Configurations (CRC) > ------------------------------------------------------------------- >=20 > -- > 2.7.5