> -----Original Message----- > From: Jerin Jacob <[email protected]> > Sent: Thursday, August 17, 2023 4:13 PM > To: Naga Harish K, S V <[email protected]> > Cc: [email protected]; Carrillo, Erik G <[email protected]>; Gujjar, > Abhinandan S <[email protected]>; McDaniel, Timothy > <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected]; Van Haaren, Harry > <[email protected]>; mattias.ronnblom > <[email protected]>; [email protected]; Mccarthy, Peter > <[email protected]>; Jayatheerthan, Jay > <[email protected]> > Subject: Re: [PATCH v3] eventdev/eth_rx: add new adapter create API > > On Thu, Aug 17, 2023 at 4:03 PM Naga Harish K S V > <[email protected]> wrote: > > > > Add new API "rte_event_eth_rx_adapter_create_ext_with_params()" for > > creating Rx adapter instance. This API is similar to > > rte_event_eth_rx_adapter_create_ext() with an additional input > > argument for adapter configuration parameters of type "struct > > rte_event_eth_rx_adapter_params". > > > > Signed-off-by: Naga Harish K S V <[email protected]> > > --- > > v2: > > * Fix warning > > v3: > > * remove __rte_cold hint as per review comments > > > +int __rte_cold > > Missed to remove here. >
Addressed in v4 patch > > +rte_event_eth_rx_adapter_create_ext_with_params(uint8_t id, uint8_t > dev_id, > > + rte_event_eth_rx_adapter_conf_cb conf_cb, > > + void *conf_arg, > > + struct rte_event_eth_rx_adapter_params > > +*rxa_params);

