]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
net/mlx5: E-Switch: Move eswitch chains to a new directory
authorSaeed Mahameed <saeedm@mellanox.com>
Sat, 14 Mar 2020 01:27:35 +0000 (18:27 -0700)
committerSaeed Mahameed <saeedm@mellanox.com>
Mon, 30 Mar 2020 06:42:22 +0000 (23:42 -0700)
commit49964352ca279acd2ae01321e86a55e50d48bf1d
tree8d77252059be26056aebdb5ac1cbd51083cbd0aa
parent6838a35a4567de7ddefd5c2d09ccfa41d754e4ee
net/mlx5: E-Switch: Move eswitch chains to a new directory

eswitch_offloads_chains.{c,h} were just introduced this kernel release
cycle, eswitch is in high development demand right now and many
features are planned to be added to it. eswitch deserves its own
directory and here we move these new files to there, in preparation for
upcoming eswitch features and new files.

Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/Makefile
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
drivers/net/ethernet/mellanox/mlx5/core/esw/Makefile [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/esw/chains.c [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/esw/chains.h [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_chains.c [deleted file]
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_chains.h [deleted file]