[dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition

Zhao, MeijuanX meijuanx.zhao at intel.com
Wed Dec 12 02:10:50 CET 2018


for other NICes, it is not support either

-----Original Message-----
From: Tu, Lijuan 
Sent: Tuesday, December 11, 2018 7:05 PM
To: Zhao, MeijuanX <meijuanx.zhao at intel.com>; dts at dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao at intel.com>
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 at dpdk.org] On Behalf Of zhao,meijuan
> Sent: Tuesday, December 11, 2018 10:14 AM
> To: dts at dpdk.org
> Cc: Zhao, MeijuanX <meijuanx.zhao at intel.com>
> Subject: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
> 
> this case only support fortville
> 
> Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
> ---
>  tests/TestSuite_vf_macfilter.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/TestSuite_vf_macfilter.py 
> 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 
> will
>          not received by the VF.
>          """
> +        self.verify(self.nic.startswith('fortville') == True, "NIC is 
> + [%s], skip this case" %self.nic)
>          self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
>          self.send_packet_and_verify()
> 
> --
> 2.17.2



More information about the dts mailing list