Some warning logs must be waived when using the net/pcap DPDK driver.
Those logs can affect different DPDK drivers (like mlx5) and the tests in
system-dpdk are not testing MTU and Rx checksum, we might as well ignore
those warnings from OVS.

Fixes: d446dcb7e03f ("system-dpdk: Refactor common logs matching.")
Signed-off-by: David Marchand <[email protected]>
---
 tests/system-dpdk.at | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at
index 1dd7aae1b7..9384cf7f0f 100644
--- a/tests/system-dpdk.at
+++ b/tests/system-dpdk.at
@@ -5,8 +5,10 @@ AT_BANNER([OVS-DPDK unit tests])
 
 m4_define([SYSTEM_DPDK_ALLOWED_LOGS],[
 \@does not exist. The Open vSwitch kernel module is probably not loaded.@d
+\@does not support MTU configuration,@d
 \@EAL: No \(available\|free\) .*hugepages reported@d
 \@Failed to enable flow control@d
+\@Rx checksum offload is not supported on@d
 \@TELEMETRY: No legacy callbacks, legacy socket not created@d
 ])
 
-- 
2.23.0

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

Reply via email to