Please drop this patch, the merge was incorrect and the code is incorrect.
Regards, Maayan Kashani > -----Original Message----- > From: Raslan Darawsheh <rasl...@nvidia.com> > Sent: Monday, 18 August 2025 9:33 > To: Slava Ovsiienko <viachesl...@nvidia.com>; dev@dpdk.org > Cc: Matan Azrad <ma...@nvidia.com>; Suanming Mou > <suanmi...@nvidia.com>; Dariusz Sosnowski <dsosnow...@nvidia.com>; > sta...@dpdk.org > Subject: Re: [PATCH] net/mlx5/hws: fix ESP header match in strict mode > > External email: Use caution opening links or attachments > > > Hi, > > > On 04/08/2025 8:05 AM, Viacheslav Ovsiienko wrote: > > The pattern like "eth / ipv6 / esp / end" matched on any IPv6 packet > > in strict mode, because there was no impicit match on the IP.proto > > forced. > > > > This patch adds the implicit match on IP.proto with value 50 (ESP) and > > adds implicit match on UDP.dport with value 4500 for the case ESP over > > UDP. > > > > Fixes: 18ca4a4ec73a ("net/mlx5: support ESP SPI match and RSS hash") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > > Patch applied to next-net-mlx, > > Kindest regards > Raslan Darawsheh