On Fri, Apr 9, 2021 at 6:50 PM <pbhagavat...@marvell.com> wrote: > > From: Pavan Nikhilesh <pbhagavat...@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 <pbhagavat...@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 >