diff options
author | Alex Vesker <valex@mellanox.com> | 2019-08-19 13:28:35 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2019-09-03 12:54:22 -0700 |
commit | 41d07074154c67a587b12d2b8a8cec3707e51eb7 (patch) | |
tree | 51afd9654fc7c42e99b4dc7eb777f976d421a660 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9db810ed2d37b880a317a76ad6a87357678263d8 (diff) |
net/mlx5: DR, Expose steering rule functionality
Rules are the actual objects that tie matchers, header values and
actions. Each rule belongs to a matcher, which can hold multiple rules
sharing the same mask. Each rule is a specific set of values and
actions.
When a packet reaches a matcher it is being matched against the
matcher`s rules. In case of a match over a rule its actions will be
executed. Each rule object contains a set of STEs, where each STE is a
definition of match values and actions defined by the rule.
This file handles the rule operations and processing.
Signed-off-by: Alex Vesker <valex@mellanox.com>
Signed-off-by: Erez Shitrit <erezsh@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions