From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 11B11325F for ; Tue, 11 Dec 2018 12:06:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2018 03:06:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,342,1539673200"; d="scan'208";a="100603429" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga008.jf.intel.com with ESMTP; 11 Dec 2018 03:06:29 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Dec 2018 03:06:25 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Dec 2018 03:06:24 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.201]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.222]) with mapi id 14.03.0415.000; Tue, 11 Dec 2018 19:05:25 +0800 From: "Tu, Lijuan" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition Thread-Index: AQHUkPbgrJHn/B2nEUiiN9JGBwj44qV5YAJA Date: Tue, 11 Dec 2018 11:05:25 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9DEF3F@SHSMSX101.ccr.corp.intel.com> References: <1544494453-21890-1-git-send-email-meijuanx.zhao@intel.com> <1544494453-21890-2-git-send-email-meijuanx.zhao@intel.com> In-Reply-To: <1544494453-21890-2-git-send-email-meijuanx.zhao@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.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzYzZDVhMmQtZmZhMy00MjI3LTkxZmMtOWQ3OGMwZDAyZGU1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRzdibHk4RnRIdUdXY2ROam1VWUFkSXNpNXNsdzlhSGwxZEMycDBqV3BZVitQNnd6UHhZTDB2d25cL1JBZElvUlMifQ== 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 2/2] tests/vf macfilter:add filter condition 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: , X-List-Received-Date: Tue, 11 Dec 2018 11:06:34 -0000 Hi meijuan, As I remembered, Niantic don't support DPDK pf to configure VF mac. I am not clear for other NICes, such as sageville and fortpark? > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan > Sent: Tuesday, December 11, 2018 10:14 AM > To: dts@dpdk.org > Cc: Zhao, MeijuanX > Subject: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition >=20 > this case only support fortville >=20 > Signed-off-by: zhao,meijuan > --- > tests/TestSuite_vf_macfilter.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilt= er.py > index 12a08e8..4860120 100644 > --- a/tests/TestSuite_vf_macfilter.py > +++ b/tests/TestSuite_vf_macfilter.py > @@ -191,6 +191,7 @@ class TestVfMacFilter(TestCase): > What's more, send packets with a wrong MAC address to the VF > will > not received by the VF. > """ > + self.verify(self.nic.startswith('fortville') =3D=3D True, "NIC i= s > + [%s], skip this case" %self.nic) > self.setup_2pf_2vf_1vm_env(False,driver=3D'igb_uio') > self.send_packet_and_verify() >=20 > -- > 2.17.2