From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fm10k: Fix queue start twice failed Date: Mon, 30 Mar 2015 22:02:14 +0200 Message-ID: <2187092.gF6NabJ8tm@xps13> References: <1427280498-13677-1-git-send-email-michael.qiu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Michael Qiu Return-path: In-Reply-To: <1427280498-13677-1-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 > --- > lib/librte_pmd_fm10k/fm10k_ethdev.c | 56 +++++++++++++++++++++---------------- > 1 file changed, 32 insertions(+), 24 deletions(-) Jing, should it enter in 2.0?