]> git.droids-corp.org - dpdk.git/commitdiff
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 ce087debd7d9102e55878d24edadb9f4ac36ef24..f2c18c1dcc9533b2da157dae7014208dfab051a2 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);
 
        /*