numam-dpdk/drivers/net/dpaa2
Akhil Goyal f998967365 net/dpaa2: set queues after reconfiguration
if dpaa2_dev_tx_queue_setup is called multiple times, the
assignment of device->data->tx_queues is not done, as a result
tx_queues remain NULL after reconfiguration.

This patch sets the tx_queues from the device private data to the
usable device tx queues.

Fixes: 7ae777d064 ("net/dpaa2: add support for congestion notification")
Cc: stable@dpdk.org

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2017-11-01 22:17:06 +01:00
..
base net/dpaa2: increase the dist param to 64 bit 2017-10-06 03:24:17 +02:00
mc net/dpaa2: support link status event 2017-10-06 03:24:17 +02:00
dpaa2_ethdev.c net/dpaa2: set queues after reconfiguration 2017-11-01 22:17:06 +01:00
dpaa2_ethdev.h net/dpaa2: add API for event Rx adapter 2017-10-25 14:03:43 +02:00
dpaa2_rxtx.c mbuf: rename deprecated VLAN flags 2017-10-26 02:33:01 +02:00
Makefile mk: do not generate LDLIBS from directory dependencies 2017-10-24 02:14:57 +02:00
rte_pmd_dpaa2_version.map event/dpaa2: fix shared build 2017-10-26 23:04:54 +02:00