diff options
author | Edward Cree <ecree.xilinx@gmail.com> | 2023-05-11 20:47:30 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-12 10:37:02 +0100 |
commit | 3c9561c0a5b988be3dfd24ea1de2301b95efc640 (patch) | |
tree | f28c265db517b5f8081019531b2b01d44f4e0528 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 56beb35d85e290b71372d7ee1093621f6abb6e96 (diff) |
sfc: support TC decap rules matching on enc_ip_tos
Allow efx_tc_encap_match entries to include an ip_tos and ip_tos_mask.
To avoid partially-overlapping Outer Rules (which can lead to undefined
behaviour in the hardware), store extra "pseudo" entries in our
encap_match hashtable, which are used to enforce that all Outer Rule
entries within a given <src_ip,dst_ip,udp_dport> tuple (or IPv6
equivalent) have the same ip_tos_mask.
The "direct" encap_match entry takes a reference on the "pseudo",
allowing it to be destroyed when all "direct" entries using it are
removed.
efx_tc_em_pseudo_type is an enum rather than just a bool because in
future an additional pseudo-type will be added to support Conntrack
offload.
Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions