Re: [PATCH v11 07/25] eal: introduce device class abstraction
From: Thomas Monjalon <hidden>
Date: 2018-07-14 06:37:15
From: Thomas Monjalon <hidden>
Date: 2018-07-14 06:37:15
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);