commit | c23f88cb575fe4a0b49603d7f9e5c3782886269f | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Wed Nov 28 20:53:36 2018 +0200 |
committer | Leon Romanovsky <leonro@mellanox.com> | Tue Dec 04 09:14:25 2018 +0200 |
tree | fec373ef09c749af950e7cc2ae563602cc89f4c3 | |
parent | 26d1164dff81096c38d955f00b84a0075563d8c7 [diff] |
net/mlx5: Remove references to local mlx5_core functions As a preparation to move SRQ functionality to RDMA, drop all references to mlx5_core logic and make SRQ be dependent on shared code only. Most of the time, we are interested to know if events are working/not working and it is possible with previous commit ("net/mlx5: Debug print for forwarded async events"). Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>