RE: [EXT] [PATCH v2] crypto/ipsec_mb: enqueue counter fix

2023-05-24 Thread Akhil Goyal
> This patch removes enqueue op counter update from the process_op_bit > function where the process is now done in dequeue stage. The original > stats increment was incorrect as they shouldn't have been updated at all > in this function. > > Fixes: 4f1cfda59ad3 ("crypto/ipsec_mb: move snow3g PMD")

RE: [PATCH v2] crypto/ipsec_mb: enqueue counter fix

2023-04-20 Thread Power, Ciara
> -Original Message- > From: Saoirse O'Donovan > Sent: Thursday 20 April 2023 11:32 > To: Ji, Kai ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; O'Donovan, Saoirse ; > Bronowski, PiotrX ; sta...@dpdk.org > Subject: [PATCH v2] crypto/ipsec_mb: enqueue c

Re: [PATCH v2] crypto/ipsec_mb: enqueue counter fix

2023-04-20 Thread Kevin Traynor
On 20/04/2023 11:31, Saoirse O'Donovan wrote: This patch removes enqueue op counter update from the process_op_bit function where the process is now done in dequeue stage. The original stats increment was incorrect as they shouldn't have been updated at all in this function. Fixes: 4f1cfda59ad3

[PATCH v2] crypto/ipsec_mb: enqueue counter fix

2023-04-20 Thread Saoirse O'Donovan
This patch removes enqueue op counter update from the process_op_bit function where the process is now done in dequeue stage. The original stats increment was incorrect as they shouldn't have been updated at all in this function. Fixes: 4f1cfda59ad3 ("crypto/ipsec_mb: move snow3g PMD") Cc: piotrx.