From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 07/25] eal: introduce device class abstraction Date: Sat, 14 Jul 2018 08:37:12 +0200 Message-ID: <4031171.zW1FvMF4V3@xps> References: <2ebad882d26ce9964b313428d5c07fe83acc880a.1531345404.git.gaetan.rivet@6wind.com> 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 out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 9162E23C for ; Sat, 14 Jul 2018 08:37:15 +0200 (CEST) In-Reply-To: <2ebad882d26ce9964b313428d5c07fe83acc880a.1531345404.git.gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, Some doxygen parameters must be fixed. See below: 11/07/2018 23:44, Gaetan Rivet: > +/** > + * Register a Class handle. > + * > + * @param > + * A pointer to a rte_class structure describing the class > + * to be registered. > + */ > +__rte_experimental > +void rte_class_register(struct rte_class *cls); > + > +/** > + * Unregister a Class handle. > + * > + * @param class > + * A pointer to a rte_class structure describing the class > + * to be unregistered. > + */ > +__rte_experimental > +void rte_class_unregister(struct rte_class *cls);