On Wed, Aug 19, 2026 at 01:32:32PM +0100, Anatoly Burakov wrote:
> Small array of fixes and refactors for IXGBE IPsec implementation.
>
> v1 -> v2:
> - Added rte_memzero_explicit calls on account of AI review
> - Added a small patch fixing wrong variable usage
> - Reworked patch 7 (was 6) to not perform SPI byteswap until register writes
>
> Anatoly Burakov (7):
> net/ixgbe: add key length check in IPsec
> net/ixgbe: remove unnecessary dev pointer
> net/ixgbe: harmonize return values in IPsec
> net/ixgbe: get rid of unnecessary malloc in IPsec
> net/ixgbe: use correct index variable in IPsec
> net/ixgbe: fix missing HW write in IPsec
> net/ixgbe: refactor IPsec code
>
> drivers/net/intel/ixgbe/ixgbe_ipsec.c | 355 ++++++++++++--------------
> drivers/net/intel/ixgbe/ixgbe_ipsec.h | 1 +
> 2 files changed, 163 insertions(+), 193 deletions(-)
>
Series applied to next-net-intel.
Thanks,
/Bruce