[dpdk-dev] [PATCH] eventdev: fix doxygen for function declaration
pbhagavatula at marvell.com
pbhagavatula at marvell.com
Fri Apr 9 15:20:40 CEST 2021
From: Pavan Nikhilesh <pbhagavatula at marvell.com>
Fix missing parameters in doxygen of function declaration.
Fixes: 5b1337f0a08a ("eventdev: introduce event vector Rx capability")
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