net/sfc: make multi-segment support a Tx datapath feature
[dpdk.git] / drivers / net / sfc / sfc_ef10_tx.c
index 7514529..1ef198a 100644 (file)
@@ -440,7 +440,7 @@ struct sfc_dp_tx sfc_ef10_tx = {
                .type           = SFC_DP_TX,
                .hw_fw_caps     = SFC_DP_HW_FW_CAP_EF10,
        },
-       .features               = 0,
+       .features               = SFC_DP_TX_FEAT_MULTI_SEG,
        .qcreate                = sfc_ef10_tx_qcreate,
        .qdestroy               = sfc_ef10_tx_qdestroy,
        .qstart                 = sfc_ef10_tx_qstart,