Re: [dpdk-dev] [PATCH v2] mlx5: Report imissed stat

2018-11-27 Thread Tom Barbette
> Tom - please have a second look and confirm. Looks good. I tried next-net-mlx and it works fine. My imissed increases as expected, rx_discards_phy also (sadly). Thanks, Tom

Re: [dpdk-dev] [PATCH v2] mlx5: Report imissed stat

2018-11-27 Thread Shahaf Shuler
Friday, November 23, 2018 10:04 AM, Friday, November 23, 2018: > Subject: [PATCH v2] mlx5: Report imissed stat > > The imissed counters (number of packets dropped because the queues were > full) were actually reported through xstats as "rx_out_of_buffer" > but was not reported through stats. > >

[dpdk-dev] [PATCH v2] mlx5: Report imissed stat

2018-11-23 Thread Tom Barbette
The imissed counters (number of packets dropped because the queues were full) were actually reported through xstats as "rx_out_of_buffer" but was not reported through stats. Following a recent discussion on the ML, as there is no way to tell the user if a counter is implemented or not, this should