On Thu, Aug 17, 2023 at 11:33 AM Naga Harish K S V <s.v.naga.haris...@intel.com> 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 <s.v.naga.haris...@intel.com>
> + */ > +__rte_experimental > +int __rte_cold Is there any specific reason to keep __rte_cold here? None of the other libraries has this. Rest looks good to me. For library changes, please keep all evendev maintainers in Cc. I have added those now for this email. > +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);