From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1F94A5A73 for ; Tue, 31 Mar 2015 08:38:16 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 30 Mar 2015 23:38:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,499,1422950400"; d="scan'208";a="474775314" Received: from pgsmsx108.gar.corp.intel.com ([10.221.44.103]) by FMSMGA003.fm.intel.com with ESMTP; 30 Mar 2015 23:38:10 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX108.gar.corp.intel.com (10.221.44.103) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 31 Mar 2015 14:37:46 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.223]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.71]) with mapi id 14.03.0224.002; Tue, 31 Mar 2015 14:37:44 +0800 From: "Chen, Jing D" To: Thomas Monjalon , "Qiu, Michael" Thread-Topic: [dpdk-dev] [PATCH] fm10k: Fix queue start twice failed Thread-Index: AQHQZuk9fkerigaEykCt6v18d94NfZ009OUAgAE3DuA= Date: Tue, 31 Mar 2015 06:37:44 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D016B2E1D@shsmsx102.ccr.corp.intel.com> References: <1427280498-13677-1-git-send-email-michael.qiu@intel.com> <2187092.gF6NabJ8tm@xps13> In-Reply-To: <2187092.gF6NabJ8tm@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Tue, 31 Mar 2015 06:38:17 -0000 Hi, Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, March 31, 2015 4:02 AM > To: Qiu, Michael > Cc: dev@dpdk.org; Chen, Jing D > Subject: Re: [dpdk-dev] [PATCH] fm10k: Fix queue start twice failed >=20 > 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. >=20 > Please try to reword this message to make it clear. >=20 > > Signed-off-by: Michael Qiu > > --- > > lib/librte_pmd_fm10k/fm10k_ethdev.c | 56 +++++++++++++++++++++--- > ------------- > > 1 file changed, 32 insertions(+), 24 deletions(-) >=20 > 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! >=20