commit | d71f895c31952cfd3277f82ebed60fc3f2350b52 | [log] [tgz] |
---|---|---|
author | Eli Cohen <eli@mellanox.com> | Thu Jun 27 08:34:41 2019 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Mon Jul 15 13:04:04 2019 -0700 |
tree | fa9b5f66349dfee6fd9707de0a3d7b0a457410d3 | |
parent | f384e62a82ba5d85408405fdd6aeff89354deaa9 [diff] |
net/mlx5e: Verify encapsulation is supported When mlx5e_attach_encap() calls mlx5e_get_tc_tun() to get the tunnel info data struct, check that returned value is not NULL, as would be in the case of unsupported encapsulation. Fixes: d386939a327d2 ("net/mlx5e: Rearrange tc tunnel code in a modular way") Signed-off-by: Eli Cohen <eli@mellanox.com> Reviewed-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>