Re: [PATCH v6 3/3] eventdev/crypto: add params set/get APIs

2023-02-12 Thread Jerin Jacob
On Fri, Feb 10, 2023 at 11:08 PM Naga Harish K S V wrote: > > The adapter runtime configuration parameters defined in the > struct rte_event_crypto_adapter_runtime_params can be configured > and retrieved using rte_event_crypto_adapter_runtime_params_set() > and rte_event_eth_rx_adapter_runtime_pa

[PATCH v6 3/3] eventdev/crypto: add params set/get APIs

2023-02-10 Thread Naga Harish K S V
The adapter runtime configuration parameters defined in the struct rte_event_crypto_adapter_runtime_params can be configured and retrieved using rte_event_crypto_adapter_runtime_params_set() and rte_event_eth_rx_adapter_runtime_params_get() respectively. Signed-off-by: Naga Harish K S V --- v6: *