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

2016-07-15 Thread Thomas Monjalon
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 al

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

2016-07-12 Thread 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 st