15/10/2024 16:40, Dariusz Sosnowski: > > -----Original Message----- > > From: Alexander Kozyrev <[email protected]> > > Sent: Thursday, August 22, 2024 17:32 > > To: [email protected] > > Cc: Dariusz Sosnowski <[email protected]>; Ori Kam <[email protected]>; > > [email protected]; [email protected]; NBU-Contact-Thomas > > Monjalon (EXTERNAL) <[email protected]>; Matan Azrad > > <[email protected]>; [email protected]; [email protected]; > > [email protected] > > 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 <[email protected]> > > Reviewed-by: Dariusz Sosnowski <[email protected]>
Applied, thanks.

