diff options
| author | Huy Nguyen <[email protected]> | 2020-12-15 10:58:54 -0600 |
|---|---|---|
| committer | Saeed Mahameed <[email protected]> | 2021-05-27 11:54:36 -0700 |
| commit | c07274ab1ab2c38fb128e32643c22c89cb319384 (patch) | |
| tree | b373b7a9d166b2fd99bd712fac58993fc8be9686 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | b973cf32453f78d8661a640d0a0167d1d41ea331 (diff) | |
net/mlx5e: IPsec/rep_tc: Fix rep_tc_update_skb drops IPsec packet
rep_tc copy REG_C1 to REG_B. IPsec crypto utilizes the whole REG_B
register with BIT31 as IPsec marker. rep_tc_update_skb drops
IPsec because it thought REG_B contains bad value.
In previous patch, BIT 31 of REG_C1 is reserved for IPsec.
Skip the rep_tc_update_skb if BIT31 of REG_B is set.
Signed-off-by: Huy Nguyen <[email protected]>
Signed-off-by: Raed Salem <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions