RE: [PATCH v2] eventdev/crypto: restore opaque field between dequeue and enqueue

2024-06-06 Thread Kundapura, Ganapati
Hi Jerin, > -Original Message- > From: Jerin Jacob > Sent: Thursday, June 6, 2024 3:33 PM > To: Kundapura, Ganapati > Cc: dev@dpdk.org; jer...@marvell.com; Gujjar, Abhinandan S > ; Jayatheerthan, Jay > ; Naga Harish K, S V > > Subject: Re: [PATCH v2] even

Re: [PATCH v2] eventdev/crypto: restore opaque field between dequeue and enqueue

2024-06-06 Thread Jerin Jacob
On Thu, Jun 6, 2024 at 1:57 PM Jerin Jacob wrote: > > On Tue, Jun 4, 2024 at 9:49 PM Ganapati Kundapura > wrote: > > > > For session-less crypto operations, event info is contained in > > crypto op metadata for each event which is restored in event > > from the crypto op metadata response info. >

Re: [PATCH v2] eventdev/crypto: restore opaque field between dequeue and enqueue

2024-06-06 Thread Jerin Jacob
On Tue, Jun 4, 2024 at 9:49 PM Ganapati Kundapura wrote: > > For session-less crypto operations, event info is contained in > crypto op metadata for each event which is restored in event > from the crypto op metadata response info. > > For session based crypto operations, crypto op contains per se

[PATCH v2] eventdev/crypto: restore opaque field between dequeue and enqueue

2024-06-04 Thread Ganapati Kundapura
For session-less crypto operations, event info is contained in crypto op metadata for each event which is restored in event from the crypto op metadata response info. For session based crypto operations, crypto op contains per session based event info in crypto op metadata. If any PMD passes any i

[PATCH v2] eventdev/crypto: restore opaque field between dequeue and enqueue

2024-06-04 Thread Ganapati Kundapura
For session-less crypto operations, event info is contained in crypto op metadata for each event which is restored in event from the crypto op metadata response info. For session based crypto operations, crypto op contains per session based event info in crypto op metadata. If any PMD passes any i