On Mon, Sep 26, 2022 at 7:38 PM Jayatheerthan, Jay
<[email protected]> wrote:
>
> Looks good to me. Thanks for catching this one!
>
> Acked-by: Jay Jayatheerthan <[email protected]>
Updated the git commit as follows and applied to
dpdk-next-net-eventdev/for-main. Thanks
eventdev: fix name of Rx conf type in documentation
Rename configuration structure type to correspond definition.
Fixes: dcc806c2638 ("eventdev: add eth Rx adapter API")
Cc: [email protected]
Signed-off-by: Volodymyr Fialko <[email protected]>
Acked-by: Jay Jayatheerthan <[email protected]>
>
>
> > -----Original Message-----
> > From: Volodymyr Fialko <[email protected]>
> > Sent: Monday, September 26, 2022 5:28 PM
> > To: [email protected]; Jayatheerthan, Jay <[email protected]>; Jerin
> > Jacob <[email protected]>; Rao, Nikhil
> > <[email protected]>
> > Cc: [email protected]; [email protected]; Gujjar, Abhinandan S
> > <[email protected]>; Volodymyr Fialko
> > <[email protected]>
> > Subject: [PATCH] eventdev: fix name of Rx conf type
> >
> > Rename configuration structure type to correspond definition.
> >
> > Fixes: dcc806c2638 ("eventdev: add eth Rx adapter API")
> >
> > Signed-off-by: Volodymyr Fialko <[email protected]>
> > ---
> > lib/eventdev/rte_event_eth_rx_adapter.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/lib/eventdev/rte_event_eth_rx_adapter.h
> > b/lib/eventdev/rte_event_eth_rx_adapter.h
> > index a3313c8d32..a9fdeb7b45 100644
> > --- a/lib/eventdev/rte_event_eth_rx_adapter.h
> > +++ b/lib/eventdev/rte_event_eth_rx_adapter.h
> > @@ -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.
> > --
> > 2.25.1
>