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

2023-04-18 Thread Power, Ciara
> -Original Message- > From: Saoirse O'Donovan > Sent: Tuesday 18 April 2023 15:23 > To: Ji, Kai ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; luca.bocca...@gmail.com; O'Donovan, Saoirse > ; Bronowski, PiotrX > > Subject: [PATCH] crypto/ipsec_mb

[PATCH] crypto/ipsec_mb: enqueue counter fix

2023-04-18 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.