From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v3 0/4] ethdev iterators for multi-ports device Date: Mon, 1 Apr 2019 04:26:56 +0200 Message-ID: <20190401022700.1570-1-thomas@monjalon.net> References: <20181130002716.27325-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: gaetan.rivet@6wind.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 847C811A4 for ; Mon, 1 Apr 2019 04:27:06 +0200 (CEST) In-Reply-To: <20181130002716.27325-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 app/test-pmd/testpmd.c | 4 +- drivers/net/mlx5/mlx5.c | 34 +++++-------- drivers/net/mlx5/mlx5_ethdev.c | 6 +-- lib/librte_ethdev/rte_ethdev.c | 25 ++++++++-- lib/librte_ethdev/rte_ethdev.h | 63 ++++++++++++++++++++++++ lib/librte_ethdev/rte_ethdev_version.map | 2 + 6 files changed, 101 insertions(+), 33 deletions(-) -- 2.21.0