]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/ixgbe_vf_representor.c
net/ixgbe: fix missing Tx multi-segs capability
[dpdk.git] / drivers / net / ixgbe / ixgbe_vf_representor.c
index db516d9910b889cc921789d26007ac8784f89892..b0fbbc49f6edad1457d544661425fb24ad06d3c4 100644 (file)
@@ -65,7 +65,7 @@ ixgbe_vf_representor_dev_infos_get(struct rte_eth_dev *ethdev,
        dev_info->tx_offload_capa = DEV_TX_OFFLOAD_VLAN_INSERT |
                DEV_TX_OFFLOAD_IPV4_CKSUM | DEV_TX_OFFLOAD_UDP_CKSUM |
                DEV_TX_OFFLOAD_TCP_CKSUM | DEV_TX_OFFLOAD_SCTP_CKSUM |
-               DEV_TX_OFFLOAD_TCP_TSO;
+               DEV_TX_OFFLOAD_TCP_TSO | DEV_TX_OFFLOAD_MULTI_SEGS;
        /**< Device TX offload capabilities. */
 
        dev_info->speed_capa =