]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_tx.c
examples/ipsec-secgw: fix session mempool initialisation
[dpdk.git] / drivers / net / sfc / sfc_tx.c
index 7a8495efc72ec34902a3c72204612e18437e51a9..24602e3d10b29984dbacc5dcb9f29023825fdd17 100644 (file)
@@ -611,7 +611,8 @@ sfc_tx_start(struct sfc_adapter *sa)
                }
        }
 
-       if (sa->tso_encap && !encp->enc_fw_assisted_tso_v2_encap_enabled) {
+       if (sa->tso_encap && !encp->enc_fw_assisted_tso_v2_encap_enabled &&
+           !encp->enc_tso_v3_enabled) {
                sfc_warn(sa, "Encapsulated TSO support was unable to be restored");
                sa->tso_encap = B_FALSE;
        }