[dpdk-dev] [PATCH 4/4] net/mlx5: allow basic counter management fallback

2019-07-16 Thread Matan Azrad
In case the asynchronous devx commands are not supported in RDMA core fallback to use a basic counter management. Here, the PMD counters cashe is redundant and the host thread doesn't update it. hence, each counter operation will go to the FW and the acceleration reduces. Signed-off-by: Matan Azr

[dpdk-dev] [PATCH 4/4] net/mlx5: allow basic counter management fallback

2019-07-08 Thread Matan Azrad
In case the asynchronous devx commands are not supported in RDMA core fallback to use a basic counter management. Here, the PMD counters cashe is redundant and the host thread doesn't update it. hence, each counter operation will go to the FW and the acceleration reduces. Signed-off-by: Matan Azr