[dpdk-dev] [PATCH] net/enic: fix Tx and Rx queue stop and start

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Jul 15 23:30:53 CEST 2016


2016-07-12 12:24, John Daley:
> The exported device start and stop functions where not setting the queue
> states to RTE_ETH_QUEUE_STATE_STARTED and RTE_ETH_QUEUE_STATE_STOPPED.
> After starting the device, the RTE queue stop function would not call
> the enic queue stop function since queue was already marked as stopped.
> 
> Put queue state updates in the lower level queue start/stop functions
> which are called by both device and queue start/stop functions.
> 
> Fixes: fefed3d1e62c ("enic: new driver")
> 
> Reviewed-by: Nelson Escobar <neescoba at cisco.com>
> Signed-off-by: John Daley <johndale at cisco.com>

Applied, thanks



More information about the dev mailing list