]> git.dujemihanovic.xyz Git - linux.git/commit
net/mlx5: Move flow steering devlink param to flow steering code
authorJiri Pirko <jiri@nvidia.com>
Thu, 26 Jan 2023 07:58:37 +0000 (08:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2023 12:32:02 +0000 (12:32 +0000)
commitdb492c1e5b1b9284f213181879f9e6aaa5ad9faf
treefedfc73eec588c665e98a3de098aa360f9ed40cd
parentc2077fbc42aeec2f2dea1ea5ed6c86bd9b8b5e9d
net/mlx5: Move flow steering devlink param to flow steering code

Move the param registration and handling code into the flow steering
code as they are related to each other. No point in having the
devlink param registration done in separate file.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/devlink.c
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c