15/10/2024 16:40, Dariusz Sosnowski: > > -----Original Message----- > > From: Alexander Kozyrev <akozy...@nvidia.com> > > Sent: Thursday, August 22, 2024 17:32 > > To: dev@dpdk.org > > Cc: Dariusz Sosnowski <dsosnow...@nvidia.com>; Ori Kam <or...@nvidia.com>; > > nithind1...@gmail.com; olivier.m...@6wind.com; NBU-Contact-Thomas > > Monjalon (EXTERNAL) <tho...@monjalon.net>; Matan Azrad > > <ma...@nvidia.com>; jer...@marvell.com; rbhans...@marvell.com; > > ferruh.yi...@amd.com > > Subject: [PATCH] mbuf: add transport mode ESP packet type > > > > Support the IP Encapsulating Security Payload (ESP) in transport mode. > > Currently, we have RTE_PTYPE_TUNNEL_ESP for the ESP tunnel mode. > > Transport mode can be detected by parsing the "Next Header" field. > > The Next Header is TCP for the transport mode and IP for the tunnel mode. > > Add RTE_PTYPE_L4_ESP for the regular transport mode and > > RTE_PTYPE_INNER_L4_ESP for the ESP over UDP packets. > > > > Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com> > > Reviewed-by: Dariusz Sosnowski <dsosnow...@nvidia.com>
Applied, thanks.