Re: [PATCH v1] eventdev/crypto: wrong crypto enqueue count stats

2023-02-24 Thread Zhang, Fan
On 11/30/2022 3:11 PM, Ganapati Kundapura wrote: crypto_enq_count is updated on failure to enqueue ops to cryptodev. Updated crypto_enq_count on successful enqueue of ops to cryptodev. Signed-off-by: Ganapati Kundapura diff --git a/lib/eventdev/rte_event_crypto_adapter.c b/lib/eventdev/rte_e

[PATCH v1] eventdev/crypto: wrong crypto enqueue count stats

2022-11-30 Thread Ganapati Kundapura
crypto_enq_count is updated on failure to enqueue ops to cryptodev. Updated crypto_enq_count on successful enqueue of ops to cryptodev. Signed-off-by: Ganapati Kundapura diff --git a/lib/eventdev/rte_event_crypto_adapter.c b/lib/eventdev/rte_event_crypto_adapter.c index c293a62..e1a0367 100644