Hi, > -----Original Message----- > From: Suanming Mou <suanmi...@nvidia.com> > Sent: Wednesday, November 9, 2022 3:40 AM > To: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com> > Cc: dev@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com> > 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 <suanmi...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh