commit | efbb974d8ead5106787144219cb240fdcebccc16 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Fri May 15 17:11:29 2020 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Jun 25 12:41:46 2020 -0700 |
tree | a21ff67117597a524a2e7f8bee1a04d9a3e15efb | |
parent | 7a64ca862ac96d5e78a59bd57549034134ee0949 [diff] |
net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup() struct mlx5_vxlan_port is not exposed to the outside callers, it is redundant to return a pointer to it from mlx5_vxlan_port_lookup(), to be only used as a boolean, so just return a boolean. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>