diff options
author | Edward Cree <[email protected]> | 2023-10-02 16:44:42 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-10-06 11:05:44 +0100 |
commit | 937a0feab42ea76ae2dc6a8b1921ca167b8f9baa (patch) | |
tree | a579c25f32603a7ad43ab54f91a9d806b3590950 /tools/perf/scripts/python/task-analyzer.py | |
parent | ec1dc6c88ce4f4fb541244f22c42e8cd69037d98 (diff) |
sfc: offload foreign RHS rules without an encap match
Normally, if a TC filter on a tunnel netdev does not match on any
encap fields, we decline to offload it, as it cannot meet our
requirement for a <sip,dip,dport> tuple for the encap match.
However, if the rule has a nonzero chain_index, then for a packet to
reach the rule, it must already have matched a LHS rule which will
have included an encap match and determined the tunnel type, so in
that case we can offload the right-hand-side rule.
Reviewed-by: Pieter Jansen van Vuuren <[email protected]>
Signed-off-by: Edward Cree <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions