[PATCH v2 0/7] IXGBE IPsec fixes
Anatoly Burakov
anatoly.burakov at intel.com
Wed Aug 19 14:32:32 CEST 2026
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(-)
--
2.52.0
More information about the dev
mailing list