> -----Original Message----- > From: Radu Nicolau <radu.nico...@intel.com> > Sent: Wednesday, May 25, 2022 2:59 PM > To: Nicolau, Radu <radu.nico...@intel.com>; Akhil Goyal <gak...@marvell.com> > Cc: dev@dpdk.org; Buckley, Daniel M <daniel.m.buck...@intel.com>; Zhang, Qi > Z <qi.z.zh...@intel.com>; sta...@dpdk.org > Subject: [PATCH 2/3] examples/ipsec-secgw: fix NAT-T header fields > > Use the proper IP protocol (UDP instead of ESP) and set the ports when > UDP encapsulation is enabled. > > Fixes: 9ae86b4cfc77 ("examples/ipsec-secgw: support UDP encap for inline > crypto") > Cc: sta...@dpdk.org > > Signed-off-by: Radu Nicolau <radu.nico...@intel.com> > --- Acked-by: Fan Zhang <roy.fan.zh...@intel.com>