Re: [dpdk-dev] [PATCH 4/4] net/mlx5: fix imissed statistics

2021-03-03 Thread Slava Ovsiienko
> -Original Message- > From: Matan Azrad > Sent: Thursday, February 25, 2021 12:45 > To: dev@dpdk.org > Cc: Slava Ovsiienko ; sta...@dpdk.org > Subject: [PATCH 4/4] net/mlx5: fix imissed statistics > > The imissed port statistic counts packets that were dropped by the device Rx > queues.

[dpdk-dev] [PATCH 4/4] net/mlx5: fix imissed statistics

2021-02-25 Thread Matan Azrad
The imissed port statistic counts packets that were dropped by the device Rx queues. In mlx5, the imissed counter summarizes 2 counters: - packets dropped by the SW queue handling counted by SW. - packets dropped by the HW queues due to "out of buffer" events detected whe