mlxsw: spectrum_nve_vxlan: Fix unsupported flag regression
authorIdo Schimmel <idosch@nvidia.com>
Wed, 7 Jun 2023 12:19:26 +0000 (14:19 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Jun 2023 01:56:02 +0000 (18:56 -0700)
commit37ff78e977f1a4676354a6c6ebbbf293e540abc1
treeac41990247f697a291a17209b02b734daab3c6d5
parent392c108bce6e405be56c38e6ac35d5c73f5fc439
mlxsw: spectrum_nve_vxlan: Fix unsupported flag regression

The recently added 'VXLAN_F_LOCALBYPASS' flag is set by default on VXLAN
devices and denotes a behavior that is irrelevant for the hardware data
path. Add it to the lists of IPv4 and IPv6 supported flags to avoid
rejecting offload of VXLAN devices which have this flag set.

Fixes: 69474a8a5837 ("net: vxlan: Add nolocalbypass option to vxlan.")
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/5533e63643bf719bbe286fef60f749c9cad35005.1686139716.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c