Hi, > -----Original Message----- > From: Gregory Etelson <getel...@nvidia.com> > Sent: Monday, February 28, 2022 11:53 AM > To: dev@dpdk.org > Cc: Gregory Etelson <getel...@nvidia.com>; Matan Azrad > <ma...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com>; > sta...@dpdk.org; Slava Ovsiienko <viachesl...@nvidia.com> > Subject: [PATCH] net/mlx5: fix GRE item translation in Verbs API > > GRE item translation must set inner protocol value. > For that reason the item is not translated inplace when PMD translation > iterates over flow items, but moved after the loop, when all inner types are > discovered. > > If PMD does not translate GRE flow item inside the translation loop it must > save the GRE item for access outside the loop. > > Cc: sta...@dpdk.org > > Fixes: 985b479267aa ("net/mlx5: fix GRE protocol type translation for Verbs") > Signed-off-by: Gregory Etelson <getel...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh