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 > > 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 <michael.qiu at intel.com> > > --- > > lib/librte_pmd_fm10k/fm10k_ethdev.c | 56 +++++++++++++++++++++--- > ------------- > > 1 file changed, 32 insertions(+), 24 deletions(-) > > Jing, should it enter in 2.0? Michael and I discussed and thought it's not the best solution to fix this issue. So, we'd like postpone this fix. Thanks! >