Re: [PATCH] doc: announce change in crypto adapter queue add

2022-07-17 Thread Thomas Monjalon
28/06/2022 14:09, Volodymyr Fialko: > The function `rte_event_crypto_adapter_queue_pair_add` will accept > `rte_event_crypto_adapter_queue_conf` argument instead of `rte_event`. > > Signed-off-by: Volodymyr Fialko Acked-by: Akhil Goyal Acked-by: Jerin Jacob Acked-by: Abhinandan Guj

Re: [PATCH] doc: announce change in crypto adapter queue add

2022-07-14 Thread Hemant Agrawal
On 6/28/2022 5:39 PM, Volodymyr Fialko wrote: The function `rte_event_crypto_adapter_queue_pair_add` will accept `rte_event_crypto_adapter_queue_conf` argument instead of `rte_event`. Signed-off-by: Volodymyr Fialko Acked-by: Hemant Agrawal --- doc/guides/rel_notes/deprecation.rst | 6 +

RE: [EXT] Re: [PATCH] doc: announce change in crypto adapter queue add

2022-07-12 Thread Gujjar, Abhinandan S
CH] doc: announce change in crypto adapter queue > add > > > On Tue, Jun 28, 2022 at 6:12 PM Akhil Goyal wrote: > > > > > > > Subject: [PATCH] doc: announce change in crypto adapter queue add > > > > > > > > The function `rte_event_crypto_adapte

RE: [EXT] Re: [PATCH] doc: announce change in crypto adapter queue add

2022-07-11 Thread Akhil Goyal
> On Tue, Jun 28, 2022 at 6:12 PM Akhil Goyal wrote: > > > > > Subject: [PATCH] doc: announce change in crypto adapter queue add > > > > > > The function `rte_event_crypto_adapter_queue_pair_add` will accept > > > `rte_event_crypto_adapt

Re: [PATCH] doc: announce change in crypto adapter queue add

2022-07-11 Thread Jerin Jacob
On Tue, Jun 28, 2022 at 6:12 PM Akhil Goyal wrote: > > > Subject: [PATCH] doc: announce change in crypto adapter queue add > > > > The function `rte_event_crypto_adapter_queue_pair_add` will accept > > `rte_event_crypto_adapter_queue_conf` argument instead of `rte_ev

RE: [PATCH] doc: announce change in crypto adapter queue add

2022-06-28 Thread Akhil Goyal
> Subject: [PATCH] doc: announce change in crypto adapter queue add > > The function `rte_event_crypto_adapter_queue_pair_add` will accept > `rte_event_crypto_adapter_queue_conf` argument instead of `rte_event`. > > Signed-off-by: Volodymyr Fialko Acked-by: Akhil Goyal

[PATCH] doc: announce change in crypto adapter queue add

2022-06-28 Thread Volodymyr Fialko
The function `rte_event_crypto_adapter_queue_pair_add` will accept `rte_event_crypto_adapter_queue_conf` argument instead of `rte_event`. Signed-off-by: Volodymyr Fialko --- doc/guides/rel_notes/deprecation.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprec