Matan Azrad 6cfb153006 net/mlx5: mitigate Rx doorbell memory barrier
The RQ WQEs must be written in the memory before the HW gets the RQ
doorbell, hence a memory barrier should be triggered after the WQEs
writing and before the doorbell writing.

The current code used rte_wmb barrier which ensures that all the memory
stores were done while it is enough to use rte_cio_wmb barrier for the
local memory stores because the WQEs are in local memory.

CC: stable@dpdk.org

Signed-off-by: Matan Azrad <matan@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
2019-06-14 00:01:06 +09:00
..
2019-05-03 18:45:23 +02:00
2019-05-03 18:45:23 +02:00
2019-06-13 23:54:29 +09:00
2019-06-06 20:21:20 +09:00
2019-06-06 20:21:20 +09:00
2019-05-24 13:34:45 +02:00
2019-03-01 18:17:35 +01:00
2019-06-06 20:21:20 +09:00
2018-11-14 00:35:53 +01:00