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

2021-03-03 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Thursday, February 25, 2021 12:45 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko > Subject: [dpdk-dev] [PATCH 0/4] net/mlx5: fix imissed statistic > > The imissed port statistic counts packets th

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

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