[dpdk-dev] [PATCH v11 07/25] eal: introduce device class abstraction

Thomas Monjalon thomas at monjalon.net
Sat Jul 14 08:37:12 CEST 2018


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);





More information about the dev mailing list