[dpdk-dev] [PATCH v3] eventdev: fix eth Tx adapter queue count checks

Jerin Jacob Kollanukkaran jerinj at marvell.com
Mon Dec 17 22:14:39 CET 2018


On Mon, 2018-12-17 at 10:09 +0530, Nikhil Rao wrote:
> rte_event_eth_tx_adapter_queue_add() - add a check
> that returns an error if the ethdev has zero Tx queues
> configured.
> 
> rte_event_eth_tx_adapter_queue_del() - remove the
> checks for ethdev queue count, instead check for
> queues added to the adapter which maybe different
> from the current ethdev queue count.
> 
> Fixes: a3bbf2e09756 ("eventdev: add eth Tx adapter implementation")
> Cc: stable at dpdk.org
> Signed-off-by: Nikhil Rao <nikhil.rao at intel.com>


Applied to dpdk-next-eventdev/master. Thanks.



More information about the dev mailing list