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 344B4A09D2; Wed, 11 Nov 2020 08:09:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2C0A12C36; Wed, 11 Nov 2020 08:09:27 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9035123D for ; Wed, 11 Nov 2020 08:09:24 +0100 (CET) IronPort-SDR: cf29p1n3k77y9FfV3KN95pHVYbzGTpYREKaNs0bgZ1URbE3qtmWSDRDyCrQ0n034lerFzpiWom rPdAF+pK7Hlg== X-IronPort-AV: E=McAfee;i="6000,8403,9801"; a="170215643" X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="170215643" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2020 23:09:22 -0800 IronPort-SDR: BEJz3z1zGGrzMVSSjzGKwzA7bD48zovSOoFTEZi1Tt9RepWP0KhHRnQmKIS56llhz/uzkyYL0h nszTnTZCnqfw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,468,1596524400"; d="scan'208";a="338988243" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga002.jf.intel.com with ESMTP; 10 Nov 2020 23:09:21 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 10 Nov 2020 23:09:21 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 11 Nov 2020 15:09:19 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 11 Nov 2020 15:09:19 +0800 From: "Tu, Lijuan" To: "Peng, Yuan" , "dts@dpdk.org" CC: "Peng, Yuan" Thread-Topic: [dts] [PATCH v1]test_plans: add cvl vf multicast support Thread-Index: AQHWsoQaZslQP478m0CopFUes4Tic6nCinJQ Date: Wed, 11 Nov 2020 07:09:18 +0000 Message-ID: <5da6780e93164739968d3a6cd0960c48@intel.com> References: <1604503665-186080-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1604503665-186080-1-git-send-email-yuan.peng@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v1]test_plans: add cvl vf multicast support 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" > add cvl_vf_support_multicast_address_test_plan.rst >=20 > Signed-off-by: Peng Yuan >=20 > diff --git a/test_plans/cvl_vf_support_multicast_address_test_plan.rst > b/test_plans/cvl_vf_support_multicast_address_test_plan.rst > new file mode 100644 > index 00000000..b4c84b09 > --- /dev/null > +++ b/test_plans/cvl_vf_support_multicast_address_test_plan.rst > @@ -0,0 +1,468 @@ > +.. Copyright (c) <2019>, Intel Corporation It's year of 2020 now. > + All rights reserved. <...> > + 0000:86:00.0 generate 0000:86:01.0 and 0000:86:01.1 > + define 86:01.0 as vf00, 86:01.1 as vf01. > + assign mac address of vf0 is FE:ED:84:92:64:DD, > + assign mac address of vf1 is 5E:8E:8B:4D:89:05. Be consistent in context, vf0, vf1 OR vf00, vf01 > + > +4. Bind VFs to dpdk driver:: > + > + ./usertools/dpdk-devbind.py -b vfio-pci 86:01.0 86:01.1 > + > +5. Launch the app ``testpmd`` with the following arguments:: > + > + ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xff -n 6 -- -i -- > portmask=3D0xff --rxq=3D16 --txq=3D16 Only has 2 ports, so portmask should be 0x03 <...>