On Thu, Aug 17, 2023 at 8:20 PM 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> > --- > v2: > * Fix warning > v3: > * remove __rte_cold hint as per review comments > v4: > * address review comments
Please update doc/guides/rel_notes/release_23_11.rst as well. Good to merge next version.