From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/4] ethdev iterators for multi-ports device Date: Wed, 3 Apr 2019 17:42:41 +0100 Message-ID: <7765b146-01bf-3038-7016-883b8fa0e757@intel.com> References: <20181130002716.27325-1-thomas@monjalon.net> <20190401022700.1570-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , gaetan.rivet@6wind.com Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id EBF001B4E7 for ; Wed, 3 Apr 2019 18:42:43 +0200 (CEST) In-Reply-To: <20190401022700.1570-1-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: > Add port iterators in order to allow listing easily > the ports of the same device. > > The iterators can be tested by using mlx5 or testpmd. > > > v3: changes only in the (main) patch 2 > > > Thomas Monjalon (4): > ethdev: simplify port state comparisons > ethdev: add siblings iterators > net/mlx5: use port sibling iterators > app/testpmd: use port sibling iterator in device cleanup Series applied to dpdk-next-net/master, thanks.