test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] tests/vf_kernel: remove the NIC limitation
@ 2021-04-20  5:26 Yan Xia
  2021-05-07  6:52 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Yan Xia @ 2021-04-20  5:26 UTC (permalink / raw)
  To: dts; +Cc: Yan Xia

the packet can be received when the mtu value is greater than the length of the packet to be sent,
and it has nothing to do with NIC type, so remove the judgment condition to adapt niantic.

Signed-off-by: Yan Xia <yanx.xia@intel.com>
---
 tests/TestSuite_vf_kernel.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py
index c1977f7b..a4e1e52a 100755
--- a/tests/TestSuite_vf_kernel.py
+++ b/tests/TestSuite_vf_kernel.py
@@ -563,9 +563,7 @@ class TestVfKernel(TestCase):
         self.verify(self.dmac.upper() in out, "PF can't receive packet")
 
         # Change kernel VF mtu as 3000,check no confusion/crash on DPDK PF
-        if self.nic.startswith('fortville') or self.nic.startswith('carlsville') or self.nic.startswith('fortpark_BASE-T'):
-            self.vm0_dut.send_expect(
-                "ifconfig %s mtu 3000" % self.vm0_intf0, "#")
+        self.vm0_dut.send_expect("ifconfig %s mtu 3000" % self.vm0_intf0, "#")
 
         # send one packet with length as 2000 with kernel VF MAC as DEST MAC,
         # check Kernel VF can receive packet
-- 
2.17.1


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

* Re: [dts] [PATCH V2] tests/vf_kernel: remove the NIC limitation
  2021-04-20  5:26 [dts] [PATCH V2] tests/vf_kernel: remove the NIC limitation Yan Xia
@ 2021-05-07  6:52 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2021-05-07  6:52 UTC (permalink / raw)
  To: Xia, YanX, dts; +Cc: Xia, YanX

> the packet can be received when the mtu value is greater than the length of the
> packet to be sent, and it has nothing to do with NIC type, so remove the
> judgment condition to adapt niantic.
> 
> Signed-off-by: Yan Xia <yanx.xia@intel.com

Applied.

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

end of thread, other threads:[~2021-05-07  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20  5:26 [dts] [PATCH V2] tests/vf_kernel: remove the NIC limitation Yan Xia
2021-05-07  6:52 ` 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).