[dpdk-dev] [PATCH] eventdev: fix doxygen for function declaration

Jerin Jacob jerinjacobk at gmail.com
Mon Apr 12 09:27:03 CEST 2021


On Fri, Apr 9, 2021 at 6:50 PM <pbhagavatula at marvell.com> wrote:
>
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
>
> Fix missing parameters in doxygen of function declaration.
>
> Fixes: 5b1337f0a08a ("eventdev: introduce event vector Rx capability")

Squashed to this change in the next-eventdev tree.

>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>


> ---
>  lib/librte_eventdev/rte_event_eth_rx_adapter.h | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/lib/librte_eventdev/rte_event_eth_rx_adapter.h b/lib/librte_eventdev/rte_event_eth_rx_adapter.h
> index 7407cde00..182dd2e5d 100644
> --- a/lib/librte_eventdev/rte_event_eth_rx_adapter.h
> +++ b/lib/librte_eventdev/rte_event_eth_rx_adapter.h
> @@ -563,6 +563,9 @@ int rte_event_eth_rx_adapter_vector_limits_get(
>   *  If rx_queue_id is -1, then all Rx queues configured for the ethernet device
>   *  are configured with event vectorization.
>   *
> + * @param config
> + *  Event vector configuration structure.
> + *
>   * @return
>   *  - 0: Success, Receive queue configured correctly.
>   *  - <0: Error code on failure.
> --
> 2.17.1
>


More information about the dev mailing list