Hi, > -----Original Message----- > From: Alex Vesker <[email protected]> > Sent: Thursday, March 23, 2023 2:34 PM > To: Alex Vesker <[email protected]>; Slava Ovsiienko > <[email protected]>; NBU-Contact-Thomas Monjalon (EXTERNAL) > <[email protected]>; Suanming Mou <[email protected]>; Matan > Azrad <[email protected]> > Cc: [email protected]; Ori Kam <[email protected]>; Hamdan Igbaria > <[email protected]>; [email protected] > Subject: [PATCH] net/mlx5/hws: fix IPv4 frag matching > > From: Hamdan Igbaria <[email protected]> > > Fix IPv4 frag matching in case fragment_offset field is set to non zero value > in > the mask. > fragment_offset value is converted using the following logic: > -In case fragment_offset value was set to 0x3fff, then we will match only on > ip_fragmented bit. > -Otherwise we will match fragment_offset based on spec and last same as any > other field. > > Fixes: c55c2bf35333 ("net/mlx5/hws: add definer layer") > Cc: [email protected] > > Signed-off-by: Hamdan Igbaria <[email protected]> > Reviewed-by: Alex Vesker <[email protected]> > Acked-by: Matan Azrad [email protected]
Fixed Acked-by tag, Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

