RE: [PATCH v4] eventdev/eth_rx: add new adapter create API

2023-08-18 Thread Naga Harish K, S V
..@nxp.com; > sachin.sax...@oss.nxp.com; Van Haaren, Harry > ; mattias.ronnblom > ; lian...@liangbit.com; Mccarthy, Peter > ; Jayatheerthan, Jay > > Subject: Re: [PATCH v4] eventdev/eth_rx: add new adapter create API > > On Thu, Aug 17, 2023 at 8:20 PM

Re: [PATCH v4] eventdev/eth_rx: add new adapter create API

2023-08-17 Thread Jerin Jacob
On Thu, Aug 17, 2023 at 8:20 PM Naga Harish K S V 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 o

[PATCH v4] eventdev/eth_rx: add new adapter create API

2023-08-17 Thread Naga Harish K S V
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: Nag