From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v3 3/4] net/mlx5: use port sibling iterators Date: Wed, 3 Apr 2019 18:07:45 +0000 Message-ID: References: <20181130002716.27325-1-thomas@monjalon.net> <20190401022700.1570-1-thomas@monjalon.net> <20190401022700.1570-4-thomas@monjalon.net> <70a875eb-661d-28db-48fa-ed59e8ad80e7@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: Shahaf Shuler , Thomas Monjalon , "gaetan.rivet@6wind.com" , "dev@dpdk.org" To: Ferruh Yigit Return-path: Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-eopbgr30082.outbound.protection.outlook.com [40.107.3.82]) by dpdk.org (Postfix) with ESMTP id A8FF11B47E for ; Wed, 3 Apr 2019 20:07:47 +0200 (CEST) In-Reply-To: <70a875eb-661d-28db-48fa-ed59e8ad80e7@intel.com> Content-Language: en-US Content-ID: <9FBC9CC7FC39724BBCD35898F3B2C05A@eurprd05.prod.outlook.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > On Apr 3, 2019, at 7:19 AM, Ferruh Yigit wrote: >=20 > On 4/1/2019 3:26 AM, Thomas Monjalon wrote: >> Iterating over siblings was done with RTE_ETH_FOREACH_DEV() >> which skips the owned ports. >> The new iterators RTE_ETH_FOREACH_DEV_SIBLING() >> and RTE_ETH_FOREACH_DEV_OF() are more appropriate and more correct. >>=20 >> Signed-off-by: Thomas Monjalon >=20 > Hi Shahaf, Yongseok, >=20 > Any comment on this patch? Sorry for late reply. I know it has been merged but it looks okay to me. Thanks, Yongseok