net/qede: fix default Tx offload config

Correct the default Tx offload config

Fixes: 946dfd18a4ec ("net/qede: convert to new Rx/Tx offloads API")

Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
This commit is contained in:
Rasesh Mody 2018-05-15 12:43:59 -07:00 committed by Thomas Monjalon
parent f11a4a7d8a
commit 03803462f0

View File

@ -1594,7 +1594,7 @@ qede_dev_info_get(struct rte_eth_dev *eth_dev,
dev_info->tx_queue_offload_capa = dev_info->tx_offload_capa;
dev_info->default_txconf = (struct rte_eth_txconf) {
.txq_flags = DEV_TX_OFFLOAD_MULTI_SEGS,
.offloads = DEV_TX_OFFLOAD_MULTI_SEGS,
};
dev_info->default_rxconf = (struct rte_eth_rxconf) {