[PATCH v2] crypto/ipsec_mb: enqueue counter fix
Power, Ciara
ciara.power at intel.com
Thu Apr 20 13:05:09 CEST 2023
> -----Original Message-----
> From: Saoirse O'Donovan <saoirse.odonovan at intel.com>
> Sent: Thursday 20 April 2023 11:32
> To: Ji, Kai <kai.ji at intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>
> Cc: dev at dpdk.org; O'Donovan, Saoirse <saoirse.odonovan at intel.com>;
> Bronowski, PiotrX <piotrx.bronowski at intel.com>; stable at dpdk.org
> Subject: [PATCH v2] 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
> Cc: stable at dpdk.org
>
> Signed-off-by: Saoirse O'Donovan <saoirse.odonovan at intel.com>
>
> ---
> v2: Added cc stable for 21.11 and 22.11 backport.
>
> 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 stable
mailing list