[PATCH] crypto/ipsec_mb: enqueue counter fix
Power, Ciara
ciara.power at intel.com
Tue Apr 18 16:26:18 CEST 2023
> -----Original Message-----
> From: Saoirse O'Donovan <saoirse.odonovan at intel.com>
> Sent: Tuesday 18 April 2023 15:23
> To: Ji, Kai <kai.ji at intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>
> Cc: dev at dpdk.org; luca.boccassi at gmail.com; O'Donovan, Saoirse
> <saoirse.odonovan at intel.com>; Bronowski, PiotrX
> <piotrx.bronowski at intel.com>
> Subject: [PATCH] crypto/ipsec_mb: enqueue counter fix
>
> 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.bronowski at intel.com
>
> Signed-off-by: Saoirse O'Donovan <saoirse.odonovan at intel.com>
>
> ---
> A similar fix has been sent to 20.11 LTS stable, in the interest of time. In that
> fix, the enqueued stat is still in use, therefore only the fix to the count
> increment was necessary.
>
> Here is the mail archive link:
> https://mails.dpdk.org/archives/stable/2023-April/043550.html
> ---
> drivers/crypto/ipsec_mb/pmd_snow3g.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
Acked-by: Ciara Power <ciara.power at intel.com>
More information about the dev
mailing list