RE: [PATCH v1] eventdev/crypto: add memzone lookup

2022-10-19 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Gujjar, Abhinandan S > Sent: Wednesday, October 19, 2022 7:35 PM > To: Jerin Jacob ; Kundapura, Ganapati > > Cc: Jayatheerthan, Jay ; dev@dpdk.org; Jerin > Jacob Kollanukkaran > Subject: [EXT] RE: [PATCH v1] eventdev/cr

RE: [PATCH v1] eventdev/crypto: add memzone lookup

2022-10-19 Thread Gujjar, Abhinandan S
> -Original Message- > From: Jerin Jacob > Sent: Wednesday, October 19, 2022 7:13 PM > To: Kundapura, Ganapati > Cc: Jayatheerthan, Jay ; dev@dpdk.org; > jer...@marvell.com; Gujjar, Abhinandan S > Subject: Re: [PATCH v1] eventdev/crypto: add memzone lookup > &

Re: [PATCH v1] eventdev/crypto: add memzone lookup

2022-10-19 Thread Jerin Jacob
On Tue, Oct 18, 2022 at 3:09 PM Ganapati Kundapura wrote: > > Secondary process is not able to call the crypto adapter > api's stats get/reset as crypto adapter memzone memory is not accessible by > secondary process. > > Added memzone lookup so that secondary process can call the > crypto adapter

[PATCH v1] eventdev/crypto: add memzone lookup

2022-10-18 Thread Ganapati Kundapura
Secondary process is not able to call the crypto adapter api's stats get/reset as crypto adapter memzone memory is not accessible by secondary process. Added memzone lookup so that secondary process can call the crypto adapter api's(stats_get etc) Signed-off-by: Ganapati Kundapura diff --git a/