[PATCH v5 05/12] net/ixgbe: fix wrong pointer handling in IPsec

Radu Nicolau radu.nicolau at intel.com
Thu Feb 12 18:18:11 CET 2026


On 12-Feb-26 12:53 PM, Anatoly Burakov wrote:
> The original IPsec "add SA from flow" function expected a void* pointer to
> security session as its first argument. However, the actual code was not
> passing that, instead it passed `rte_flow_action_security` which was a
> *container* for security session pointer.
>
> Fix it by passing correct pointer type, as well as make typing more
> explicit to let compiler catch such bugs in the future.
>
> Fixes: 9a0752f498d2 ("net/ixgbe: enable inline IPsec")
> Cc: radu.nicolau at intel.com
> Cc: stable at dpdk.org
>
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> ---
Acked-by: Radu Nicolau <radu.nicolau at intel.com>


More information about the dev mailing list