From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v10 10/27] eal/class: add device iteration Date: Wed, 11 Jul 2018 11:47:18 +0200 Message-ID: <2340517.KdJZ504IcS@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id DE07B1B44F for ; Wed, 11 Jul 2018 11:52:24 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/07/2018 13:48, Gaetan Rivet: > Signed-off-by: Gaetan Rivet > --- > lib/librte_eal/common/include/rte_class.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_eal/common/include/rte_class.h b/lib/librte_eal/common/include/rte_class.h > index e8176f5e1..9d5b06807 100644 > --- a/lib/librte_eal/common/include/rte_class.h > +++ b/lib/librte_eal/common/include/rte_class.h > @@ -30,6 +30,7 @@ TAILQ_HEAD(rte_class_list, rte_class); > struct rte_class { > TAILQ_ENTRY(rte_class) next; /**< Next device class in linked list */ > const char *name; /**< Name of the class */ > + rte_dev_iterate_t dev_iterate; /**< Device iterator. */ > }; Patches 10 and 11 can be squashed in 9.