]> www.infradead.org Git - users/dwmw2/linux.git/commit
net/mlx5: Move eswitch port metadata devlink param to flow eswitch code
authorJiri Pirko <jiri@nvidia.com>
Thu, 26 Jan 2023 07:58:38 +0000 (08:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2023 12:32:02 +0000 (12:32 +0000)
commitd2a651ef18c025f672d229a3f9a274bf2c28be17
tree6118e645bfe565bc21c41dd9c9c6d61e2a1b6546
parentdb492c1e5b1b9284f213181879f9e6aaa5ad9faf
net/mlx5: Move eswitch port metadata devlink param to flow eswitch code

Move the param registration and handling code into the eswitch offloads
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/devlink.c
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c