On Tue, Jun 10, 2025 at 4:14 PM Stephen Hemminger <step...@networkplumber.org> wrote: > > No need for loop and memset() here. Just use structure > initialization. Remove unnecessary initializations. > > Look at the number of samples, min, max and average > numbers to make sure they look correct. > Forward for longer to make sure multiple samples are taken. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
We have random failures on aarch64 in OBS. https://bugs.dpdk.org/show_bug.cgi?id=1723 It may be related to this change, does it make the test more susceptible to timing issues? -- David Marchand