diff options
author | Paul Blakey <[email protected]> | 2023-01-25 12:01:47 +0200 |
---|---|---|
committer | Saeed Mahameed <[email protected]> | 2023-04-05 18:57:33 -0700 |
commit | dc614025e22810eab057fe683cd0042abde3930c (patch) | |
tree | 7946cd026189b8111367f7308cf97518a95a1e42 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 5d7cb06eb91a3a45de6b7248dd30a93d7c820022 (diff) |
net/mlx5e: TC, Remove mirror and ct limitation
Mirror action before a ct nat action was not supported when only
chain was restored on misses. As to work around that limitation,
ct action was reordered to be first (so if hw misses on ct
action, packet wasn't modified). This reordering wasn't possible
if there was mirror action before the ct nat action, as we had to
mirror the packet before the nat operation.
Now that the misses continue from the relevant tc ct action
in software and ct action is no longer reordered, this case
is supported.
Remove this limitation.
Signed-off-by: Paul Blakey <[email protected]>
Reviewed-by: Roi Dayan <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions