From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 51FF81B112 for ; Wed, 12 Dec 2018 02:10:54 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2018 17:10:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,343,1539673200"; d="scan'208";a="258733287" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 11 Dec 2018 17:10:52 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Dec 2018 17:10:52 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Dec 2018 17:10:52 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.182]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.222]) with mapi id 14.03.0415.000; Wed, 12 Dec 2018 09:10:50 +0800 From: "Zhao, MeijuanX" To: "Tu, Lijuan" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition Thread-Index: AQHUkUFtOmv/dHR0eUyBf3JFA2m1m6V6S2sg Date: Wed, 12 Dec 2018 01:10:50 +0000 Message-ID: <9866F1E5CE768A45B24F6603C6EF54DE05A3587E@shsmsx102.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> <8CE3E05A3F976642AAB0F4675D0AD20E0B9DEF3F@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <8CE3E05A3F976642AAB0F4675D0AD20E0B9DEF3F@SHSMSX101.ccr.corp.intel.com> Accept-Language: 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 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: Wed, 12 Dec 2018 01:10:54 -0000 for other NICes, it is not support either -----Original Message----- From: Tu, Lijuan=20 Sent: Tuesday, December 11, 2018 7:05 PM To: Zhao, MeijuanX ; dts@dpdk.org Cc: Zhao, MeijuanX Subject: RE: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition 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=20 > b/tests/TestSuite_vf_macfilter.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=20 > will > not received by the VF. > """ > + self.verify(self.nic.startswith('fortville') =3D=3D True, "NIC i= s=20 > + [%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