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

Reply via email to