Skip to content

Commit

Permalink
tests: Skip memory error triggered on ARM in DPDK tests.
Browse files Browse the repository at this point in the history
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 <david.marchand@redhat.com>
Signed-off-by: Ales Musil <amusil@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
almusil authored and dceara committed Jun 28, 2024
1 parent 841fbdc commit e3bc718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system-dpdk-macros.at
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3bc718

Please sign in to comment.