From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 3/4] net/mlx5: use port sibling iterators Date: Wed, 3 Apr 2019 15:19:37 +0100 Message-ID: <70a875eb-661d-28db-48fa-ed59e8ad80e7@intel.com> References: <20181130002716.27325-1-thomas@monjalon.net> <20190401022700.1570-1-thomas@monjalon.net> <20190401022700.1570-4-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , gaetan.rivet@6wind.com, dev@dpdk.org To: Shahaf Shuler , Yongseok Koh Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DACE81B0FC for ; Wed, 3 Apr 2019 16:19:39 +0200 (CEST) In-Reply-To: <20190401022700.1570-4-thomas@monjalon.net> 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" 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. > > Signed-off-by: Thomas Monjalon Hi Shahaf, Yongseok, Any comment on this patch?