[dts][PATCH V1 2/2] tests/vf_interrupt_pmd: remove change DPDK code steps

Wei Ling weix.ling at intel.com
Thu Jan 13 11:08:41 CET 2022


Remove change DPDK code steps.

Signed-off-by: Wei Ling <weix.ling at intel.com>
---
 tests/TestSuite_vf_interrupt_pmd.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py
index aff1f35a..6a056707 100644
--- a/tests/TestSuite_vf_interrupt_pmd.py
+++ b/tests/TestSuite_vf_interrupt_pmd.py
@@ -88,11 +88,8 @@ class TestVfInterruptPmd(TestCase):
 
     def prepare_l3fwd_power(self, use_dut):
         """
-        Change the DPDK source code and recompile
+        Compile dpdk-l3fwd-power
         """
-        use_dut.send_expect(
-                "sed -i -e '/DEV_RX_OFFLOAD_CHECKSUM,/d' \
-                ./examples/l3fwd-power/main.c", "#", 10)
         out = use_dut.build_dpdk_apps("./examples/l3fwd-power")
         self.path = use_dut.apps_name['l3fwd-power']
         self.verify("Error" not in out, "compilation error")
-- 
2.25.1



More information about the dts mailing list