Skip to content

Commit

Permalink
eventdev: fix name of Rx conf type in documentation
Browse files Browse the repository at this point in the history
[ upstream commit 4f3c773 ]

Rename configuration structure type to correspond definition.

Fixes: dcc806c ("eventdev: add eth Rx adapter API")

Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
Acked-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
  • Loading branch information
f0rget-the-sad authored and kevintraynor committed Oct 11, 2022
1 parent afa77bc commit 2780547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventdev/rte_event_eth_rx_adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,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.
Expand Down

0 comments on commit 2780547

Please sign in to comment.