net/mlx5: DR, Expose steering matcher functionality
authorAlex Vesker <valex@mellanox.com>
Mon, 19 Aug 2019 10:21:19 +0000 (13:21 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 3 Sep 2019 19:54:21 +0000 (12:54 -0700)
commit852f660bd7ccf1e029bb2e10fe67bfdb6a16eee4
tree35188051b322aa98fdf8c3229f0c33606ed84cac
parent7838e172539400a917b65815efd8b030709aba0c
net/mlx5: DR, Expose steering matcher functionality

Matcher defines which packets fields are matched when a packet arrives.
Matcher is a part of a table and can contain one or more rules. Where
rule defines specific values of the matcher's mask definition.

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_matcher.c [new file with mode: 0644]