RE: [PATCH v2 5/5] eventdev/crypto: add all failed events to circular buffer

2022-12-06 Thread Gujjar, Abhinandan S
> -Original Message- > From: Kundapura, Ganapati > Sent: Thursday, December 1, 2022 12:17 PM > To: dev@dpdk.org; jer...@marvell.com; Naga Harish K, S V > ; Gujjar, Abhinandan S > > Cc: Jayatheerthan, Jay > Subject: [PATCH v2 5/5] eventdev/crypto: add all f

RE: [EXT] [PATCH v2 5/5] eventdev/crypto: add all failed events to circular buffer

2022-12-05 Thread Volodymyr Fialko
v2 5/5] eventdev/crypto: add all failed events to > circular buffer > > External Email > > -- > When many ops are failed to enqueue to eventdev, crypto adapter stores one > event in buffer for later > p

[PATCH v2 5/5] eventdev/crypto: add all failed events to circular buffer

2022-11-30 Thread Ganapati Kundapura
When many ops are failed to enqueue to eventdev, crypto adapter stores one event in buffer for later processing. Add all failed ops to buffer for later processing. Signed-off-by: Ganapati Kundapura --- v2: * Updated subject line commit message diff --git a/lib/eventdev/rte_event_crypto_adapter.