test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] test/vf_jumboframe:when driver is ixgbe, dpdk does not need change
@ 2021-12-17 16:46 Yan Xia
  2022-01-05  8:41 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Yan Xia @ 2021-12-17 16:46 UTC (permalink / raw)
  To: dts; +Cc: Yan Xia

when driver is ixgbe,dpdk does not need change

Signed-off-by: Yan Xia <yanx.xia@intel.com>
---
 test_plans/vf_jumboframe_test_plan.rst | 4 ----
 tests/TestSuite_vf_jumboframe.py       | 5 -----
 2 files changed, 9 deletions(-)

diff --git a/test_plans/vf_jumboframe_test_plan.rst b/test_plans/vf_jumboframe_test_plan.rst
index 6f8f8b6a..2f4cae3d 100644
--- a/test_plans/vf_jumboframe_test_plan.rst
+++ b/test_plans/vf_jumboframe_test_plan.rst
@@ -107,10 +107,6 @@ Testing the support of Jumbo Frames in Poll Mode Drivers consists in
 configuring the maximum packet length with a value greater than 1518, and in
 sending to the test machine packets with the following lengths (CRC included):
 
-when driver is ixgbe, turn on the jumbo_frame switch::
-
-    sed -i -e 's/.jumbo_frame    = .*$/.jumbo_frame = 1,/g' app/test-pmd/testpmd.c
-
 #. packet length = 1518 - 1
 
 #. packet length = 1518
diff --git a/tests/TestSuite_vf_jumboframe.py b/tests/TestSuite_vf_jumboframe.py
index 9c5db0ae..c8ae7b43 100644
--- a/tests/TestSuite_vf_jumboframe.py
+++ b/tests/TestSuite_vf_jumboframe.py
@@ -147,11 +147,6 @@ class TestVfJumboFrame(TestCase):
             if self.vm_dut is None:
                 raise Exception("Set up VM ENV failed!")
 
-            TESTPMD_MAIN = "app/test-pmd/testpmd.c"
-            if self.kdriver == "ixgbe":
-                self.vm_dut.send_expect("sed -i -e 's/.jumbo_frame    = .*$/.jumbo_frame = 1,/g' %s" % TESTPMD_MAIN, "# ")
-                self.vm_dut.build_install_dpdk(self.target)
-
             self.vm_testpmd = PmdOutput(self.vm_dut)
 
         except Exception as e:
-- 
2.33.1


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

* RE: [dts][PATCH V1] test/vf_jumboframe:when driver is ixgbe, dpdk does not need change
  2021-12-17 16:46 [dts][PATCH V1] test/vf_jumboframe:when driver is ixgbe, dpdk does not need change Yan Xia
@ 2022-01-05  8:41 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2022-01-05  8:41 UTC (permalink / raw)
  To: Xia, YanX, dts; +Cc: Xia, YanX

> -----Original Message-----
> From: Yan Xia <yanx.xia@intel.com>
> Sent: 2021年12月18日 0:47
> To: dts@dpdk.org
> Cc: Xia, YanX <yanx.xia@intel.com>
> Subject: [dts][PATCH V1] test/vf_jumboframe:when driver is ixgbe, dpdk does
> not need change
> 
> when driver is ixgbe,dpdk does not need change
> 
> Signed-off-by: Yan Xia <yanx.xia@intel.com>

Applied with commit message changed.

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

end of thread, other threads:[~2022-01-05  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 16:46 [dts][PATCH V1] test/vf_jumboframe:when driver is ixgbe, dpdk does not need change Yan Xia
2022-01-05  8: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).