Hi,
On ODP-DPDK this assert fails every now and then:
https://git.linaro.org/lng/odp.git/blob/refs/heads/api-next:/test/validation/pktio/pktio.c#l1193
The reason is that when you set the interfaces up, there are other
system services which can hook into the interface creation, and start
doing stuff. And it often means that they send out packets behind the
back of pktio[0], which is received by pktio[1], and that changes the
amount of received bytes there (but not on the sending side). E.g. on my
system there is mDNS, DHCP, NetBIOS so far which can ruin this test.
ODP-DPDK uses PCAP, which seems not to be able to catch all the outgoing
packets. I guess on linux-generic we use the kernel stats in the unit
tests which can do that.
Any idea how to solve this problem?
Regards,
Zoltan Kiss
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp