[dpdk-dev] [PATCH] fm10k: fix 2 bugs in rxtx_queue_disable and fm10k_dev_start

2015-08-03 Thread Thomas Monjalon
> > In Rx and Tx queue_disable functions, the index of queue should > > be qnum other than i which is the iteration of time expiration. > > When a Tx queue fails to start in fm10k_dev_start, all Rx queues > > and Tx queues that are started should be cleaned before the > > function returns an

[dpdk-dev] [PATCH] fm10k: fix 2 bugs in rxtx_queue_disable and fm10k_dev_start

2015-07-31 Thread Wang Xiao W
In Rx and Tx queue_disable functions, the index of queue should be qnum other than i which is the iteration of time expiration. When a Tx queue fails to start in fm10k_dev_start, all Rx queues and Tx queues that are started should be cleaned before the function returns an error. Signed-off-by:

[dpdk-dev] [PATCH] fm10k: fix 2 bugs in rxtx_queue_disable and fm10k_dev_start

2015-07-31 Thread Chen, Jing D
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wang Xiao W > Sent: Friday, July 31, 2015 1:06 PM > To: dev at dpdk.org > Cc: Wang, Xiao W > Subject: [dpdk-dev] [PATCH] fm10k: fix 2 bugs in rxtx_queue_disable and > fm10k_dev_st