Re: [PATCH v2] eventdev/eth_tx: fix adapter create

2022-06-20 Thread Jerin Jacob
Thursday, June 16, 2022 10:45 AM > > To: Naga Harish K, S V ; Jayatheerthan, Jay > > ; jer...@marvell.com > > Cc: dev@dpdk.org; sta...@dpdk.org > > Subject: [PATCH v2] eventdev/eth_tx: fix adapter create > > > > During adapter create, memory is allocated for stori

RE: [PATCH v2] eventdev/eth_tx: fix adapter create

2022-06-15 Thread Jayatheerthan, Jay
Looks good. Acked-by: Jay Jayatheerthan -Jay > -Original Message- > From: Naga Harish K, S V > Sent: Thursday, June 16, 2022 10:45 AM > To: Naga Harish K, S V ; Jayatheerthan, Jay > ; jer...@marvell.com > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH v2]

[PATCH v2] eventdev/eth_tx: fix adapter create

2022-06-15 Thread Naga Harish K S V
During adapter create, memory is allocated for storing event port configuration which is freed during adapter free. The following error is seen during free "EAL: Error: Invalid memory" The service data pointer storage for txa_service_data_array is allocated during adapter create with incorrect siz