RE: [PATCH 1/1] examples/ipsec-secgw: resolve segfault for IPsec packets

2025-05-21 Thread Akhil Goyal
> Subject: [PATCH 1/1] examples/ipsec-secgw: resolve segfault for IPsec packets > > launching ipsec-segw application in event vector mode > after traffic has started results in segfault because > we are receiving few IPSEC packet and application is trying > to decrypt I

[PATCH 1/1] examples/ipsec-secgw: resolve segfault for IPsec packets

2025-04-07 Thread Rakesh Kudurumalla
launching ipsec-segw application in event vector mode after traffic has started results in segfault because we are receiving few IPSEC packet and application is trying to decrypt IPSEC packets using lookaside protocol. This contradicts inline event mode.This patch fixes the same by freeing IPSEC pa