[PATCH v10 1/3] node: support to add next node to ethdev Rx node
Thomas Monjalon
thomas at monjalon.net
Mon Feb 19 00:15:33 CET 2024
02/01/2024 08:30, Rakesh Kudurumalla:
> +/**
> + * Update ethdev rx next node.
> + *
> + * @param id
> + * Node id whose edge is to be updated.
> + * @param edge_name
> + * Name of the next node.
> + *
> + * @return
> + * ENINVAL: Either of input parameters are invalid
typo: EINVAL
> + * ENOMEM: If memory allocation failed
> + * 0 on successful initialization.
The errors are rendered on the same line by Doxygen.
Fixed by making it a list.
More information about the dev
mailing list