From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ananyev, Konstantin" Subject: Re: Question for queue_start Date: Thu, 22 Mar 2018 12:27:48 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258A0AB30B1@irsmsx105.ger.corp.intel.com> References: <039ED4275CED7440929022BC67E7061153171181@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "thomas@monjalon.net" To: "Zhang, Qi Z" , "dev@dpdk.org" Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C71FB34F2 for ; Thu, 22 Mar 2018 13:28:01 +0100 (CET) In-Reply-To: <039ED4275CED7440929022BC67E7061153171181@SHSMSX103.ccr.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Qi,=20 >Hi: >=A0=A0=A0=A0=A0=A0 In rte_eth_dev_rx|tx_queue_start, dev_started is not ch= ecked >=A0=A0=A0=A0=A0=A0=A0=A0=20 >=A0=A0=A0=A0=A0 Which mean we can call =A0 >=A0=A0=A0=A0=A0=A0=A0=A0 Rte_eth_rx_queue_setup >=A0=A0=A0=A0=A0=A0=A0=A0 Rte_eth_rx_qeueu_start=A0=A0=A0=A0=A0=A0=A0=A0=20 > >=A0=A0=A0=A0=A0=A0=A0=A0 And what we expected is the queue is started whil= e device is still stopped, does this make sense? >=A0=A0=A0=A0=A0=A0=A0=A0 Should it return fail when device is not started? Good point, I think we should. Konstantin > >Thanks >Qi