Tested-by : haiyangx.zhao@intel.com Best Regards, Zhao haiyang > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Huang Zhimin > Sent: Friday, April 24, 2020 10:24 > To: dts@dpdk.org > Cc: Huang, ZhiminX > Subject: [dts] [PATCH V1] tests/TestSuite_pmdpcap:fix pmdpcap rebuild dpdk > issue > > *.pmdpcap rebuild not bind nic to dpdk. > > Signed-off-by: Huang Zhimin > --- > 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