From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C81571BD5B for ; Fri, 11 May 2018 11:51:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 May 2018 02:51:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,387,1520924400"; d="scan'208";a="223415403" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga005.jf.intel.com with ESMTP; 11 May 2018 02:51:03 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 11 May 2018 10:51:02 +0100 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.214]) by irsmsx111.ger.corp.intel.com ([169.254.2.47]) with mapi id 14.03.0319.002; Fri, 11 May 2018 10:51:02 +0100 From: "Ananyev, Konstantin" To: "Zhang, Qi Z" , "Wu, Yanglong" , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Wu, Yanglong" Thread-Topic: [dpdk-dev] [PATCH] ethdev: fix checking Rx/Tx queue status Thread-Index: AQHT6QI0JtyHHhiU90yD9BmJVv6Rc6QqNLXw///8EACAABWzQA== Date: Fri, 11 May 2018 09:51:02 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258AEDC5DA4@irsmsx105.ger.corp.intel.com> References: <20180511082228.158405-1-yanglong.wu@intel.com> <2601191342CEEE43887BDE71AB977258AEDC5D28@irsmsx105.ger.corp.intel.com> <039ED4275CED7440929022BC67E70611531B135E@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E70611531B135E@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODZkMDNiNmUtYWJmMi00ZTBkLWE0ODYtZjE0ZjY2M2FmZWVkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkxnTjUrWmptM3VicU02XC9LM0kzSngwSDQ1MVNnNjNVRmY4Y0RoZ2FieXJvPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ethdev: fix checking Rx/Tx queue status X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 09:51:09 -0000 > -----Original Message----- > From: Zhang, Qi Z > Sent: Friday, May 11, 2018 10:24 AM > To: Ananyev, Konstantin ; Wu, Yanglong ; dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Yanglong > Subject: RE: [dpdk-dev] [PATCH] ethdev: fix checking Rx/Tx queue status >=20 >=20 >=20 > > -----Original Message----- > > From: Ananyev, Konstantin > > Sent: Friday, May 11, 2018 4:39 PM > > To: Wu, Yanglong ; dev@dpdk.org > > Cc: Zhang, Qi Z ; Lu, Wenzhuo > > ; Wu, Yanglong > > Subject: RE: [dpdk-dev] [PATCH] ethdev: fix checking Rx/Tx queue status > > > > > > > > > -----Original Message----- > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yanglong Wu > > > Sent: Friday, May 11, 2018 9:22 AM > > > To: dev@dpdk.org > > > Cc: Zhang, Qi Z ; Lu, Wenzhuo > > > ; Wu, Yanglong > > > Subject: [dpdk-dev] [PATCH] ethdev: fix checking Rx/Tx queue status > > > > > > Relax the check for queue setup, since some device may not update > > > queue states during dev_stop. > > > > > > Fixes: cac923cfea47 ("ethdev: support runtime queue setup") > > > Signed-off-by: Yanglong Wu > > > --- > > > lib/librte_ethdev/rte_ethdev.c | 10 ++++++---- > > > 1 file changed, 6 insertions(+), 4 deletions(-) > > > > > > diff --git a/lib/librte_ethdev/rte_ethdev.c > > > b/lib/librte_ethdev/rte_ethdev.c index a357ee09f..34379642a 100644 > > > --- a/lib/librte_ethdev/rte_ethdev.c > > > +++ b/lib/librte_ethdev/rte_ethdev.c > > > @@ -1479,8 +1479,9 @@ rte_eth_rx_queue_setup(uint16_t port_id, > > uint16_t rx_queue_id, > > > RTE_ETH_DEV_CAPA_RUNTIME_RX_QUEUE_SETUP)) > > > return -EBUSY; > > > > > > - if (dev->data->rx_queue_state[rx_queue_id] !=3D > > > - RTE_ETH_QUEUE_STATE_STOPPED) > > > + if (dev->data->dev_started && > > > + (dev->data->rx_queue_state[rx_queue_id] !=3D > > > + RTE_ETH_QUEUE_STATE_STOPPED)) > > > return -EBUSY; > > > > > > rxq =3D dev->data->rx_queues; > > > @@ -1611,8 +1612,9 @@ rte_eth_tx_queue_setup(uint16_t port_id, > > uint16_t tx_queue_id, > > > RTE_ETH_DEV_CAPA_RUNTIME_TX_QUEUE_SETUP)) > > > return -EBUSY; > > > > > > - if (dev->data->tx_queue_state[tx_queue_id] !=3D > > > - RTE_ETH_QUEUE_STATE_STOPPED) > > > + if (dev->data->dev_started && > > > + (dev->data->tx_queue_state[tx_queue_id] !=3D > > > + RTE_ETH_QUEUE_STATE_STOPPED)) > > > return -EBUSY; > > > > > > txq =3D dev->data->tx_queues; > > > -- > > > > That would break runtime queue setup. >=20 > Em... would you explain more, I can't figure out why this break runtime q= ueue setup so far. Ah yes, it was me not reading code properly. So yep - you right it wouldn't break things. >=20 > > Why not fix offending PMDs instead? >=20 > Ixgbe, i40e have this issue, not sure what about others. > probably we should fix at rte_eth_dev_stop to save all PMD? Probably yes, that's a good thing to do in long term anyway. >=20 > > > > > 2.11.0 Acked-by: Konstantin Ananyev