]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net/mlx5: HWS, added rules handling
authorYevgeny Kliteynik <kliteyn@nvidia.com>
Wed, 19 Jun 2024 23:33:11 +0000 (02:33 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Mon, 9 Sep 2024 18:10:05 +0000 (11:10 -0700)
commit49674803542c162a465819c1a5ca66b494ecf367
treedccb689f0936490921fcea3d8211637c40c68ab9
parent71a1372b8275dd1c57db045d4a710a5b8f124f52
net/mlx5: HWS, added rules handling

Steering rule is a concept that includes match parameters for a flow,
and actions to perform on the flows that match these parameters.
This patch adds rules handling part of HW Steering.

Reviewed-by: Itamar Gozlan <igozlan@nvidia.com>
Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_rule.c [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_rule.h [new file with mode: 0644]