The first GA of the SN1022 does not support Geneve. Fixes: d874d2a149ed ("common/sfc_efx/base: support UDP tunnel operations for EF100") Cc: sta...@dpdk.org
Signed-off-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> --- drivers/common/sfc_efx/base/rhead_nic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/common/sfc_efx/base/rhead_nic.c b/drivers/common/sfc_efx/base/rhead_nic.c index ce087debd7..f2c18c1dcc 100644 --- a/drivers/common/sfc_efx/base/rhead_nic.c +++ b/drivers/common/sfc_efx/base/rhead_nic.c @@ -28,7 +28,6 @@ rhead_board_cfg( */ encp->enc_tunnel_encapsulations_supported = (1u << EFX_TUNNEL_PROTOCOL_VXLAN) | - (1u << EFX_TUNNEL_PROTOCOL_GENEVE) | (1u << EFX_TUNNEL_PROTOCOL_NVGRE); /* -- 2.30.1