From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id D19695A8C for ; Mon, 30 Mar 2015 22:02:56 +0200 (CEST) Received: by wgbdm7 with SMTP id dm7so81057252wgb.1 for ; Mon, 30 Mar 2015 13:02:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=02GLS/1rMLmJSIvRhSvJrmEcZysXNQH8lvLdPJt8J3c=; b=Ml/AjsJAF+Z97HRgZyY1B4GH32DKVPnxbVclK3tga9Jent7BeKhABIEg6a3WZaTiBG 8pxFP7G0FNxszTV++Br+A9NlX8gU4gJhMAI2fmn/wFi/+4qZ1X0wGtkcttdI3RsKMt3P DAFrU7JOyXmz6yEH7hlxyzeRJmCCdg9VQ5jogqPyrTBQFR0kDt2FJ/Qi7CGvYODid7Ff UOcTDMLk2wmXoccp3Tkc8FnaK3pnUwjeYp4vPxlekW3W9fxM7XbZezYOMMrfYOggOxE3 FarvjYWpzQca9e4j1w7KBNI5Ao1oFKv7UhFGl9GRhtFuNHk70VL2X1eYFxwB7wjDYBAB 5p5A== X-Gm-Message-State: ALoCoQnqylQ8RxKiq9A+1c/Y/Id57rjR0TyNWzNJaykJl1JJVH6A0Go6tkaUBEDIE+L0MaVkXz9A X-Received: by 10.180.82.135 with SMTP id i7mr26022571wiy.85.1427745775492; Mon, 30 Mar 2015 13:02:55 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k6sm17769000wia.6.2015.03.30.13.02.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 13:02:54 -0700 (PDT) From: Thomas Monjalon To: Michael Qiu Date: Mon, 30 Mar 2015 22:02:14 +0200 Message-ID: <2187092.gF6NabJ8tm@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1427280498-13677-1-git-send-email-michael.qiu@intel.com> References: <1427280498-13677-1-git-send-email-michael.qiu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fm10k: Fix queue start twice failed X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 20:02:57 -0000 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?