[dts] [PATCH V1] tests/TestSuite_pmdpcap:fix pmdpcap rebuild dpdk issue

Zhou, JunX W junx.w.zhou at intel.com
Fri Apr 24 04:58:37 CEST 2020


Tested-by:  Zhou, JunX W <junx.w.zhou at intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Huang Zhimin
Sent: Friday, April 24, 2020 10:24 AM
To: dts at dpdk.org
Cc: Huang, ZhiminX <zhiminx.huang at intel.com>
Subject: [dts] [PATCH V1] tests/TestSuite_pmdpcap:fix pmdpcap rebuild dpdk issue

*.pmdpcap rebuild not bind nic to dpdk.

Signed-off-by: Huang Zhimin <zhiminx.huang at intel.com>
---
 tests/TestSuite_pmdpcap.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/TestSuite_pmdpcap.py b/tests/TestSuite_pmdpcap.py index fc5acf7..509af0b 100644
--- a/tests/TestSuite_pmdpcap.py
+++ b/tests/TestSuite_pmdpcap.py
@@ -66,7 +66,6 @@ class TestPmdPcap(TestCase):
         os_type = self.dut.get_os_type()
         if os_type == "freebsd":
             self.dut.send_expect("kldload contigmem", "#",20)
-            self.dut.send_expect("kldload nic_uio", "#",20)
 
     def get_pcap_compile_config(self):
         config_head = "common_"
--
2.7.4



More information about the dts mailing list