Xueming Li 0ace586dee net/mlx5: fix memory region cache init
MR cache init takes place on the device configuration.
When the device is re-configured multiple times, for example when
changing the number of queue on the flight, deadlock can happen.

This patch moved MR cache init from device configuration function to
probe function to make sure init only once.

Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support")

Signed-off-by: Xueming Li <xuemingl@mellanox.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
2018-05-28 16:28:43 +02:00
..
2018-05-17 19:06:29 +02:00
2018-04-11 01:47:47 +02:00
2018-05-23 00:35:01 +02:00
2018-05-25 17:07:40 +02:00
2018-05-23 00:35:01 +02:00
2018-04-11 01:47:47 +02:00
2018-05-28 16:28:43 +02:00