Re: [dpdk-dev] [EXT] [PATCH] examples/ipsec-secgw: fix handling IPv6 extension headers
From: Akhil Goyal <hidden>
Date: 2021-05-05 14:54:47
From: Akhil Goyal <hidden>
Date: 2021-05-05 14:54:47
Recent patch to support UDP encapsulation introduced problem with
handling inbound IPv6 packets with header extensions.
This patch aims to fix the issue.
Bugzilla ID: 695
Fixes: 9a1cc8f1ed74 ("examples/ipsec-secgw: support UDP encapsulation")
Reported-by: Vladimir Medvedkin <redacted>
Signed-off-by: Konstantin Ananyev <redacted>
---Acked-by: Akhil Goyal <redacted> Applied to dpdk-next-crypto Thanks.