]> asedeno.scripts.mit.edu Git - linux.git/commit
net/mlx5: Remove references to local mlx5_core functions
authorLeon Romanovsky <leonro@mellanox.com>
Wed, 28 Nov 2018 18:53:36 +0000 (20:53 +0200)
committerLeon Romanovsky <leonro@mellanox.com>
Tue, 4 Dec 2018 07:14:25 +0000 (09:14 +0200)
commitc23f88cb575fe4a0b49603d7f9e5c3782886269f
treefec373ef09c749af950e7cc2ae563602cc89f4c3
parent26d1164dff81096c38d955f00b84a0075563d8c7
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>
drivers/net/ethernet/mellanox/mlx5/core/srq.c