diff options
author | Roi Dayan <roid@nvidia.com> | 2022-11-16 12:10:15 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2022-11-22 05:14:34 +0300 |
commit | 6d942e40448931be9371f1ba8cb592778807ce18 (patch) | |
tree | 22bcb04ec692b654682a22c08ed6da8ad8e78020 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0d4e8ed139d871fcb2844dd71075997753baeec8 (diff) | |
download | linux-6d942e40448931be9371f1ba8cb592778807ce18.tar.xz |
net/mlx5: E-Switch, Set correctly vport destination
The cited commit moved from using reformat_id integer to packet_reformat
pointer which introduced the possibility to null pointer dereference.
When setting packet reformat flag and pkt_reformat pointer must
exists so checking MLX5_ESW_DEST_ENCAP is not enough, we need
to make sure the pkt_reformat is valid and check for MLX5_ESW_DEST_ENCAP_VALID.
If the dest encap valid flag does not exists then pkt_reformat can be
either invalid address or null.
Also, to make sure we don't try to access invalid pkt_reformat set it to
null when invalidated and invalidate it before calling add flow code as
its logically more correct and to be safe.
Fixes: 2b688ea5efde ("net/mlx5: Add flow steering actions to fs_cmd shim layer")
Signed-off-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Chris Mi <cmi@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions