Re: [dpdk-dev] [PATCH] eventdev: remove event port config override in tx adapter

2021-07-23 Thread Jerin Jacob
On Fri, Jul 23, 2021 at 1:42 PM Naga Harish K, S V wrote: > > The event port config set by application is modified in > default configuration callback function. This patch removes > this override and use application configured event port > config value. Is this enhancement or bug fix? If it is a

Re: [dpdk-dev] [PATCH] eventdev: remove event port config override in tx adapter

2021-07-23 Thread Jayatheerthan, Jay
> -Original Message- > From: Naga Harish K, S V > Sent: Friday, July 23, 2021 1:42 PM > To: Jayatheerthan, Jay ; jerinjac...@gmail.com > Cc: dev@dpdk.org > Subject: [PATCH] eventdev: remove event port config override in tx adapter > > The event port config set by application is modified i

[dpdk-dev] [PATCH] eventdev: remove event port config override in tx adapter

2021-07-23 Thread Naga Harish K, S V
The event port config set by application is modified in default configuration callback function. This patch removes this override and use application configured event port config value. Signed-off-by: Naga Harish K, S V --- lib/eventdev/rte_event_eth_tx_adapter.c | 1 - 1 file changed, 1 deletio