Hi, > -----Original Message----- > From: Gregory Etelson <getel...@nvidia.com> > Sent: Wednesday, January 20, 2021 9:17 PM > To: dev@dpdk.org > Cc: Gregory Etelson <getel...@nvidia.com>; Matan Azrad > <ma...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com>; Shahaf Shuler <shah...@nvidia.com> > Subject: [PATCH 1/2] net/mlx5: fix MARK action in active tunnel offload > > Tunnel offload mode allows application to restore partially offloaded > tunneled packets to its original state. > MLX5 PMD stores internal data required to restore partially offloaded > packet in packet mark section. Therefore MLX5 PMD will not allow > applications to use mark action if tunnel offload mode was activated. > The restriction is applied both to regular and tunnel offload rules. > > The patch rejects application rules with mark action while tunnel > offload is active. > Missing: Fixes: 4ec6360de37d ("net/mlx5: implement tunnel offload") Cc: sta...@dpdk.org Which is added to both patches during integration,
> Signed-off-by: Gregory Etelson <getel...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > --- Series applied to next-net-mlx, Kindest regards Raslan Darawsheh