On 1/16/2019 9:43 AM, Andrew Rybchenko wrote: > VADAPTER_RX_OVERFLOW means Rx statistics overflow, not a missed > packet because of overflow. > > VADAPTER_RX_BAD_PACKETS accumulates a number of error conditions, > but mainly impossibility to deliver because of no descriptors > available, so it is better to classify it as imissed. > > Fixes: 1caab2f1e684 ("net/sfc: add basic statistics") > Cc: sta...@dpdk.org > > Signed-off-by: Andrew Rybchenko <arybche...@solarflare.com>
Applied to dpdk-next-net/master, thanks.