> Subject: [PATCH 1/1] examples/ipsec-secgw: resolve segfault for IPv6 packets > > While running ipsec-secgw application if IPV6 rules are not > configured in ipsec configuration lpm look up fails and > destination port is updated as BAD_PORT.During process_packet > ethernet_hdr is updated resulting in crash due out of bound. > This patch fixes the same. > Fixes: 6eb3ba03995c ("examples/ipsec-secgw: support poll mode NEON LPM > lookup") Cc: sta...@dpdk.org
> > Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com> Applied to dpdk-next-crypto Thanks.