RE: [PATCH v5 2/3] eventdev/eth_tx: add params set/get APIs

2023-02-10 Thread Naga Harish K, S V
> -Original Message- > From: Jerin Jacob > Sent: Friday, February 10, 2023 8:55 PM > To: Naga Harish K, S V > Cc: jer...@marvell.com; Carrillo, Erik G ; Gujjar, > Abhinandan S ; dev@dpdk.org; > Jayatheerthan, Jay > Subject: Re: [PATCH v5 2/3] eventdev/eth_tx:

Re: [PATCH v5 2/3] eventdev/eth_tx: add params set/get APIs

2023-02-10 Thread Jerin Jacob
> Gujjar, > > Abhinandan S ; dev@dpdk.org; > > Jayatheerthan, Jay > > Subject: Re: [PATCH v5 2/3] eventdev/eth_tx: add params set/get APIs > > > > On Fri, Feb 10, 2023 at 7:17 PM Naga Harish K S V > > wrote: > > > > > > The adapter runtime configuration p

RE: [PATCH v5 2/3] eventdev/eth_tx: add params set/get APIs

2023-02-10 Thread Naga Harish K, S V
> -Original Message- > From: Jerin Jacob > Sent: Friday, February 10, 2023 7:36 PM > To: Naga Harish K, S V > Cc: jer...@marvell.com; Carrillo, Erik G ; Gujjar, > Abhinandan S ; dev@dpdk.org; > Jayatheerthan, Jay > Subject: Re: [PATCH v5 2/3] eventdev/eth_tx:

Re: [PATCH v5 2/3] eventdev/eth_tx: add params set/get APIs

2023-02-10 Thread Jerin Jacob
On Fri, Feb 10, 2023 at 7:17 PM Naga Harish K S V wrote: > > The adapter runtime configuration parameters defined in the > struct rte_event_eth_tx_adapter_runtime_params can be > configured and retrieved using > rte_event_eth_tx_adapter_runtime_params_set and rte_event_eth_tx_adapter_runtime_param

[PATCH v5 2/3] eventdev/eth_tx: 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_eth_tx_adapter_runtime_params can be configured and retrieved using rte_event_eth_tx_adapter_runtime_params_set and rte_event_eth_tx_adapter_runtime_params_get respectively. Signed-off-by: Naga Harish K S V --- app/test

[PATCH v5 2/3] eventdev/eth_tx: 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_eth_tx_adapter_runtime_params can be configured and retrieved using rte_event_eth_tx_adapter_runtime_params_set and rte_event_eth_tx_adapter_runtime_params_get respectively. Signed-off-by: Naga Harish K S V --- app/test