[dpdk-users] IGB DPDK driver gets huge stats counter
lidejun
lidejun1 at huawei.com
Tue Sep 11 08:48:59 CEST 2018
IGB DPDK driver gets huge stats counter, anybody met this?
rx_dropped: -7747747205005578500
rx_dropped: -7675689610973771355
We create a active-backup bond using two i350 nics, when we read the two slaves’ stats, the igb driver gets a huge imissed counter(rx_dropped is our own counter, and it comes from imissed counter):
rx_dropped = (long long int)stats.imissed
imissed comes from eth_igb_stats_get().
More information about the users
mailing list