Hello,
I was trying to send packets on one interface and capture on another interface both connected b2b without any DUT in between.
While sending packets, the value returned by rte_eth_tx_burst is not consistent with opackets / oerrors returned by rte_eth_stats_get even after a few seconds.
None of port 0 Tx stats are consistent with port 1 Rx stats stats.
The value returned by rte_eth_rx_burst is consistent with ipackets.
Still ipackets/ierrors/imissed of port 1 are not consistent with opackets/oerrors of port 0.
Is there a way to achieve consistency among all ?
Thanks & Regards
--
Lokesh Chakka.