commit | bc1a02884a33f9d49cda0c77dc8eccebd6c5c0e5 | [log] [tgz] |
---|---|---|
author | Alex Vesker <valex@mellanox.com> | Sun Mar 08 13:21:41 2020 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Mar 13 16:26:28 2020 -0700 |
tree | 171e9b2e66f911bcd9cf5c65fdfb0c0c5d5a3e75 | |
parent | de346f401ad518d93611ed9751bdeb91e8b6738f [diff] |
net/mlx5: DR, Remove unneeded functions deceleration Remove dummy functions declaration, the dummy functions are not needed since fs_dr is the only one to call mlx5dr and both fs_dr and dr files depend on the same config flag (MLX5_SW_STEERING). Fixes: 70605ea545e8 ("net/mlx5: DR, Expose APIs for direct rule managing") Signed-off-by: Alex Vesker <valex@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>