net/bonding: fix race condition
[dpdk.git] / drivers / net / enic / enic_res.c
index 11d66a6..8d493ff 100644 (file)
@@ -183,7 +183,7 @@ int enic_get_vnic_config(struct enic *enic)
         * Default hardware capabilities. enic_dev_init() may add additional
         * flags if it enables overlay offloads.
         */
-       enic->tx_queue_offload_capa = DEV_TX_OFFLOAD_MBUF_FAST_FREE;
+       enic->tx_queue_offload_capa = 0;
        enic->tx_offload_capa =
                enic->tx_queue_offload_capa |
                DEV_TX_OFFLOAD_MULTI_SEGS |