]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net/mlx5: DR, Modify set action limitation extension
authorHamdan Igbaria <hamdani@mellanox.com>
Tue, 24 Dec 2019 16:07:41 +0000 (18:07 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 23 Jan 2020 06:28:32 +0000 (22:28 -0800)
commita51dcc10a04ac476240befb875b0a21388a429cd
treec07755ae5520619494c1f748b42558855de038f6
parent6d65bc64e232896251daba7c43933f0f35859bc3
net/mlx5: DR, Modify set action limitation extension

Modify set actions are not supported on both tx
and rx, added a check for that.
Also refactored the code in a way that every modify
action has his own functions, this needed so in the
future we could add copy action more smoothly.

Signed-off-by: Hamdan Igbaria <hamdani@mellanox.com>
Signed-off-by: Alex Vesker <valex@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c