Add skip for memory error produced by DPDK on ARM with 2MB hugepages which isn't harmful [0].
[0] http://mails.dpdk.org/archives/dev/2024-June/296764.html Suggested-by: David Marchand <[email protected]> Signed-off-by: Ales Musil <[email protected]> --- tests/system-dpdk-macros.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-dpdk-macros.at b/tests/system-dpdk-macros.at index 440908af7..0d0a19130 100644 --- a/tests/system-dpdk-macros.at +++ b/tests/system-dpdk-macros.at @@ -68,6 +68,7 @@ m4_define([OVS_TRAFFIC_VSWITCHD_START], m4_define([OVS_TRAFFIC_VSWITCHD_STOP], [OVS_VSWITCHD_STOP([dnl $1";/EAL: No \(available\|free\) .*hugepages reported/d +/EAL: eal_memalloc_alloc_seg_bulk(): couldn't find suitable memseg_list/d /TELEMETRY: No legacy callbacks, legacy socket not created/d /dpif(revalidator.*)|WARN|netdev@ovs-netdev: failed to.*proto=2.*/d /dpif_netdev(revalidator.*)|ERR|internal error parsing flow key.*proto=2.*/d -- 2.45.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
