DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] eventdev: fix doxygen for function declaration
@ 2021-04-09 13:20 pbhagavatula
  2021-04-12  7:27 ` Jerin Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: pbhagavatula @ 2021-04-09 13:20 UTC (permalink / raw)
  To: jerinj, Jay Jayatheerthan; +Cc: dev, Pavan Nikhilesh

From: Pavan Nikhilesh <pbhagavatula@marvell.com>

Fix missing parameters in doxygen of function declaration.

Fixes: 5b1337f0a08a ("eventdev: introduce event vector Rx capability")

Signed-off-by: Pavan Nikhilesh <pbhagavatula@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-12  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09 13:20 [dpdk-dev] [PATCH] eventdev: fix doxygen for function declaration pbhagavatula
2021-04-12  7:27 ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).