[dpdk-dev] [PATCH] fm10k: Fix queue start twice failed

2015-03-31 Thread Chen, Jing D
Hi, Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, March 31, 2015 4:02 AM > To: Qiu, Michael > Cc: dev at dpdk.org; Chen, Jing D > Subject: Re: [dpdk-dev] [PATCH] fm10k: Fix queue start twice failed >

[dpdk-dev] [PATCH] fm10k: Fix queue start twice failed

2015-03-30 Thread Thomas Monjalon
2015-03-25 18:48, Michael Qiu: > When use "port 0 rxq 0 start" in testpmd twice, the rx queue 0 on > port 0 will failed to work. > > The root casue is the rxqctl enable bit need to reset if already > enabled. Please try to reword this message to make it clear. > Signed-off-by: Michael Qiu > ---

[dpdk-dev] [PATCH] fm10k: Fix queue start twice failed

2015-03-25 Thread Michael Qiu
When use "port 0 rxq 0 start" in testpmd twice, the rx queue 0 on port 0 will failed to work. The root casue is the rxqctl enable bit need to reset if already enabled. Signed-off-by: Michael Qiu --- lib/librte_pmd_fm10k/fm10k_ethdev.c | 56 + 1 file changed,