eventdev: fix name of Rx conf type in documentation

Rename configuration structure type to correspond definition.

Fixes: dcc806c263 ("eventdev: add eth Rx adapter API")
Cc: stable@dpdk.org

Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
Acked-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
This commit is contained in:
Volodymyr Fialko 2022-09-26 13:58:11 +02:00 committed by Jerin Jacob
parent 3c3328aef3
commit 4f3c773825

View File

@ -458,7 +458,7 @@ int rte_event_eth_rx_adapter_free(uint8_t id);
* @see RTE_EVENT_ETH_RX_ADAPTER_CAP_MULTI_EVENTQ
*
* @param conf
* Additional configuration structure of type *rte_event_eth_rx_adapter_conf*
* Additional configuration structure of type *rte_event_eth_rx_adapter_queue_conf*
*
* @return
* - 0: Success, Receive queue added correctly.