Re: [PATCH v3] eventdev/eth_tx: fix runtime parameter test

2023-05-17 Thread Jerin Jacob
On Wed, May 17, 2023 at 4:06 PM Naga Harish K S V wrote: > > TX adapter capability check logic is simplified. > The UT has been updated to skip the test, if the API > to set runtime parameters is not supported. > > Fixes: 1d176c7add08 ("eventdev/eth_tx: support runtime set/get parameters") > Cc: s

[PATCH v3] eventdev/eth_tx: fix runtime parameter test

2023-05-17 Thread Naga Harish K S V
TX adapter capability check logic is simplified. The UT has been updated to skip the test, if the API to set runtime parameters is not supported. Fixes: 1d176c7add08 ("eventdev/eth_tx: support runtime set/get parameters") Cc: sta...@dpdk.org Signed-off-by: Naga Harish K S V --- v3: * address rev