Devices are not probed by default since
commit 02c5b24e0ded ("dpdk: Disable initial device probe.").

We can remove this --no-pci in the new unit test that was not dropped
when rebasing.

Signed-off-by: David Marchand <[email protected]>
---
 tests/system-dpdk.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at
index c5f18e71c5..34df1f6762 100644
--- a/tests/system-dpdk.at
+++ b/tests/system-dpdk.at
@@ -1016,7 +1016,7 @@ OVS_DPDK_PRE_CHECK()
 dnl This test uses 2 IPv6 VxLAN encapsulations (140 bytes of tunnel headers)
 dnl to ensure that the headroom can't fit those headers.
 AT_SKIP_IF([test $DPDK_MBUF_HEADROOM -ge 140])
-OVS_DPDK_START([--no-pci])
+OVS_DPDK_START()
 
 ADD_BR([br0])
 ADD_BR([br1])
-- 
2.53.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to