Re: [dpdk-dev] [PATCH] net/mlx5: add out of buffer counter to extended statistic

2017-02-17 Thread Ferruh Yigit
On 2/14/2017 2:31 PM, Shahaf Shuler wrote: > This commit adds RX out of buffer counter to xstats report. > The counter counts the number of dropped occurred due to lack of buffers > on device RX queues. > > Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/maste

[dpdk-dev] [PATCH] net/mlx5: add out of buffer counter to extended statistic

2017-02-14 Thread Shahaf Shuler
This commit adds RX out of buffer counter to xstats report. The counter counts the number of dropped occurred due to lack of buffers on device RX queues. Signed-off-by: Shahaf Shuler Acked-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5.h| 2 ++ drivers/net/mlx5/mlx5_ethdev.c | 54 +