Hi, > -----Original Message----- > From: Suanming Mou <[email protected]> > Sent: Wednesday, November 9, 2022 3:40 AM > To: Matan Azrad <[email protected]>; Slava Ovsiienko > <[email protected]> > Cc: [email protected]; Raslan Darawsheh <[email protected]> > Subject: [PATCH] net/mlx5: remove unneeded GENEVE option length assert > > In order to share flow items translate code, flow items translation of spec > and mask was split individually. > > In that case, the assert for GENEVE option length with mask becomes invalid, > since the length in mask is bitmask. And as memcpy around the assert > already checks the GENEVE option length, the assert looks redundant. > > This commit removes the unneeded GENEVE option length assert. > > Fixes: cd4ab742064a ("net/mlx5: split flow item matcher and value > translation") > > Signed-off-by: Suanming Mou <[email protected]>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

