test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/vf_offload: port 1 set mtu to 9000
  2021-02-20 14:59 [dts] [PATCH V1] tests/vf_offload: port 1 set mtu to 9000 xiewei
@ 2021-02-20  6:32 ` Xie, WeiX
  2021-02-25  8:10 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Xie, WeiX @ 2021-02-20  6:32 UTC (permalink / raw)
  To: dts

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

Tested-by:  Xie,WeiX < weix.xie@intel.com>

Regards,
Xie Wei


> -----Original Message-----
> From: Xie, WeiX
> Sent: Saturday, February 20, 2021 10:59 PM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [PATCH V1] tests/vf_offload: port 1 set mtu to 9000

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

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

* [dts] [PATCH V1] tests/vf_offload: port 1 set mtu to 9000
@ 2021-02-20 14:59 xiewei
  2021-02-20  6:32 ` Xie, WeiX
  2021-02-25  8:10 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: xiewei @ 2021-02-20 14:59 UTC (permalink / raw)
  To: dts; +Cc: xiewei

port 1 also set mtu to 9000.

Signed-off-by: xiewei <weix.xie@intel.com>
---
 tests/TestSuite_vf_offload.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vf_offload.py b/tests/TestSuite_vf_offload.py
index 8e8a7b22..b819c6c5 100644
--- a/tests/TestSuite_vf_offload.py
+++ b/tests/TestSuite_vf_offload.py
@@ -393,6 +393,7 @@ class TestVfOffload(TestCase):
         self.tester.send_expect("ethtool -K %s rx off tx off tso off gso off gro off lro off" % tx_interface, "# ")
         self.tester.send_expect("ip l set %s up" % tx_interface, "# ")
         self.dut.send_expect("ifconfig %s mtu %s" % (self.dut.ports_info[0]['intf'], TSO_MTU), "# ")
+        self.dut.send_expect("ifconfig %s mtu %s" % (self.dut.ports_info[1]['intf'], TSO_MTU), "# ")
 
         self.portMask = utils.create_mask([self.vm0_dut_ports[0]])
         self.vm0_testpmd.start_testpmd(VM_CORES_MASK, "--portmask=0x3 "  + "--enable-rx-cksum " + "--max-pkt-len=%s" % TSO_MTU)
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/vf_offload: port 1 set mtu to 9000
  2021-02-20 14:59 [dts] [PATCH V1] tests/vf_offload: port 1 set mtu to 9000 xiewei
  2021-02-20  6:32 ` Xie, WeiX
@ 2021-02-25  8:10 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2021-02-25  8:10 UTC (permalink / raw)
  To: Xie, WeiX, dts; +Cc: Xie, WeiX

> port 1 also set mtu to 9000.
> 
> Signed-off-by: xiewei <weix.xie@intel.com>

Applied

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

end of thread, other threads:[~2021-02-25  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 14:59 [dts] [PATCH V1] tests/vf_offload: port 1 set mtu to 9000 xiewei
2021-02-20  6:32 ` Xie, WeiX
2021-02-25  8:10 ` 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).