OSDN Git Service

net/mlx5: DR, Expose steering action functionality
authorAlex Vesker <valex@mellanox.com>
Mon, 19 Aug 2019 16:16:52 +0000 (19:16 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 3 Sep 2019 19:54:22 +0000 (12:54 -0700)
commit9db810ed2d37b880a317a76ad6a87357678263d8
tree4720fca3d60ebdabf06d64f2557df82d9f3bebbe
parent852f660bd7ccf1e029bb2e10fe67bfdb6a16eee4
net/mlx5: DR, Expose steering action functionality

On rule creation a set of actions can be provided, the actions describe
what to do with the packet in case of a match. It is possible to provide
a set of actions which will be done by order.

Signed-off-by: Alex Vesker <valex@mellanox.com>
Reviewed-by: Erez Shitrit <erezsh@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c [new file with mode: 0644]