test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1]tests/kernelpf_iavf: turn off vlan anti-spoof
  2020-05-06 14:58 [dts] [PATCH V1]tests/kernelpf_iavf: turn off vlan anti-spoof Zeng Xiaoxiao
@ 2020-05-06  6:22 ` Zeng, XiaoxiaoX
  2020-05-06  6:41 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zeng, XiaoxiaoX @ 2020-05-06  6:22 UTC (permalink / raw)
  To: dts

[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]


Tested-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>


Best regards,
Zeng,xiaoxiao


> -----Original Message-----
> From: Zeng, XiaoxiaoX
> Sent: Wednesday, May 6, 2020 10:58 PM
> To: dts@dpdk.org
> Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng@intel.com>
> Subject: [dts] [PATCH V1]tests/kernelpf_iavf: turn off vlan anti-spoof
> 
> *.according to the "vlan anti-spoof" rule, spoofchk default on.
> 
> Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
> ---
>  tests/TestSuite_kernelpf_iavf.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/TestSuite_kernelpf_iavf.py
> b/tests/TestSuite_kernelpf_iavf.py
> index 0b96727..5653d42 100644
> --- a/tests/TestSuite_kernelpf_iavf.py
> +++ b/tests/TestSuite_kernelpf_iavf.py
> @@ -145,6 +145,8 @@ class TestKernelpfIavf(TestCase):
>              self.used_dut_port]['vfs_port']
>          out = self.dut.send_expect('ethtool %s' % self.host_intf, '#')
>          self.speed = re.findall('Speed: (\d*)', out)[0]
> +        if self.nic.startswith('columbiaville'):
> +            self.dut.send_expect("ip link set %s vf 0 spoofchk
> off" %(self.host_intf), "# ")
>          if self.running_case == "test_vf_multicast":
>              self.dut.send_expect("ethtool --set-priv-flags %s vf-true-promisc-
> support on" %(self.host_intf), "# ")
>          if set_vf_mac is True:
> --
> 2.17.1


[-- Attachment #2: TestKernelpfIavf.log --]
[-- Type: application/octet-stream, Size: 28462 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1]tests/kernelpf_iavf: turn off vlan anti-spoof
  2020-05-06 14:58 [dts] [PATCH V1]tests/kernelpf_iavf: turn off vlan anti-spoof Zeng Xiaoxiao
  2020-05-06  6:22 ` Zeng, XiaoxiaoX
@ 2020-05-06  6:41 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-05-06  6:41 UTC (permalink / raw)
  To: Zeng, XiaoxiaoX, dts; +Cc: Zeng, XiaoxiaoX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zeng Xiaoxiao
> Sent: Wednesday, May 6, 2020 10:58 PM
> To: dts@dpdk.org
> Cc: Zeng, XiaoxiaoX <xiaoxiaox.zeng@intel.com>
> Subject: [dts] [PATCH V1]tests/kernelpf_iavf: turn off vlan anti-spoof
> 
> *.according to the "vlan anti-spoof" rule, spoofchk default on.
> 
> Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
> ---
>  tests/TestSuite_kernelpf_iavf.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/TestSuite_kernelpf_iavf.py
> b/tests/TestSuite_kernelpf_iavf.py
> index 0b96727..5653d42 100644
> --- a/tests/TestSuite_kernelpf_iavf.py
> +++ b/tests/TestSuite_kernelpf_iavf.py
> @@ -145,6 +145,8 @@ class TestKernelpfIavf(TestCase):
>              self.used_dut_port]['vfs_port']
>          out = self.dut.send_expect('ethtool %s' % self.host_intf, '#')
>          self.speed = re.findall('Speed: (\d*)', out)[0]
> +        if self.nic.startswith('columbiaville'):
> +            self.dut.send_expect("ip link set %s vf 0 spoofchk
> off" %(self.host_intf), "# ")
>          if self.running_case == "test_vf_multicast":
>              self.dut.send_expect("ethtool --set-priv-flags %s vf-true-promisc-
> support on" %(self.host_intf), "# ")
>          if set_vf_mac is True:
> --
> 2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts]  [PATCH V1]tests/kernelpf_iavf: turn off vlan anti-spoof
@ 2020-05-06 14:58 Zeng Xiaoxiao
  2020-05-06  6:22 ` Zeng, XiaoxiaoX
  2020-05-06  6:41 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Zeng Xiaoxiao @ 2020-05-06 14:58 UTC (permalink / raw)
  To: dts; +Cc: Zeng Xiaoxiao

*.according to the "vlan anti-spoof" rule, spoofchk default on.

Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
---
 tests/TestSuite_kernelpf_iavf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/TestSuite_kernelpf_iavf.py b/tests/TestSuite_kernelpf_iavf.py
index 0b96727..5653d42 100644
--- a/tests/TestSuite_kernelpf_iavf.py
+++ b/tests/TestSuite_kernelpf_iavf.py
@@ -145,6 +145,8 @@ class TestKernelpfIavf(TestCase):
             self.used_dut_port]['vfs_port']
         out = self.dut.send_expect('ethtool %s' % self.host_intf, '#')
         self.speed = re.findall('Speed: (\d*)', out)[0]
+        if self.nic.startswith('columbiaville'):
+            self.dut.send_expect("ip link set %s vf 0 spoofchk off" %(self.host_intf), "# ")
         if self.running_case == "test_vf_multicast":
             self.dut.send_expect("ethtool --set-priv-flags %s vf-true-promisc-support on" %(self.host_intf), "# ")
         if set_vf_mac is True:
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-06  6:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 14:58 [dts] [PATCH V1]tests/kernelpf_iavf: turn off vlan anti-spoof Zeng Xiaoxiao
2020-05-06  6:22 ` Zeng, XiaoxiaoX
2020-05-06  6:41 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).