From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/4] support more ethdev iterator filters Date: Tue, 9 Oct 2018 04:18:54 +0200 Message-ID: <20181009021858.19216-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: gaetan.rivet@6wind.com, ophirmu@mellanox.com, ferruh.yigit@intel.com, arybchenko@solarflare.com, olivier.matz@6wind.com, remy.horton@intel.com To: dev@dpdk.org Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BC93B37B4 for ; Tue, 9 Oct 2018 04:19:04 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The new ethdev iterator lacks the support of filtering by representor port id or by MAC address. This series is not fully tested yet. Thomas Monjalon (4): kvargs: support list value mk: remove broken check ethdev: move representor parsing functions ethdev: support representor id for iterating ports drivers/net/i40e/i40e_vf_representor.c | 1 + drivers/net/ixgbe/ixgbe_vf_representor.c | 1 + drivers/net/mlx5/mlx5.c | 4 +- lib/librte_ethdev/ethdev_private.c | 82 +++++++++++++++++++++++ lib/librte_ethdev/ethdev_private.h | 6 ++ lib/librte_ethdev/rte_class_eth.c | 44 ++++++++++++ lib/librte_ethdev/rte_ethdev.c | 85 ------------------------ lib/librte_ethdev/rte_ethdev_core.h | 2 + lib/librte_kvargs/rte_kvargs.c | 10 +++ mk/internal/rte.compile-pre.mk | 1 - test/test/test_kvargs.c | 17 +++++ 11 files changed, 166 insertions(+), 87 deletions(-) -- 2.19.0