RE: [PATCH v1] eventdev/crypto: flush ops when circ buffer is full

2023-08-03 Thread Kundapura, Ganapati
Hi Jerin, > -Original Message- > From: Jerin Jacob > Sent: Wednesday, August 2, 2023 9:47 PM > To: Kundapura, Ganapati > Cc: jer...@marvell.com; Jayatheerthan, Jay ; > Naga Harish K, S V ; Gujjar, Abhinandan S > ; dev@dpdk.org > Subject: Re: [PATCH v1] eventde

Re: [PATCH v1] eventdev/crypto: flush ops when circ buffer is full

2023-08-02 Thread Jerin Jacob
On Tue, Aug 1, 2023 at 11:15 AM Ganapati Kundapura wrote: > > crypto ops from the circ buffer are not getting flushed > to crypto dev when crypto dev becomes busy and circ buffer > gets full. > > This patch flushes ops from circ buffer when circ buffer is full > instead of returning without flushi

[PATCH v1] eventdev/crypto: flush ops when circ buffer is full

2023-07-31 Thread Ganapati Kundapura
crypto ops from the circ buffer are not getting flushed to crypto dev when crypto dev becomes busy and circ buffer gets full. This patch flushes ops from circ buffer when circ buffer is full instead of returning without flushing. Signed-off-by: Ganapati Kundapura diff --git a/lib/eventdev/rte_e