common/sfc_efx: remove GENEVE from supported tunnels
authorAndrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Thu, 11 Mar 2021 12:25:39 +0000 (15:25 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 22 Mar 2021 17:05:39 +0000 (18:05 +0100)
The first GA of the SN1022 does not support Geneve.

Fixes: d874d2a149ed ("common/sfc_efx/base: support UDP tunnel operations for EF100")
Cc: stable@dpdk.org
Signed-off-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
drivers/common/sfc_efx/base/rhead_nic.c

index ce087de..f2c18c1 100644 (file)
@@ -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);
 
        /*