Hi, > -----Original Message----- > From: Shun Hao <sh...@nvidia.com> > Sent: Wednesday, March 2, 2022 12:33 PM > To: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; or...@nvidia.com ; tho...@monjalon.net ; Raja > Zidane <rzid...@nvidia.com> > Cc: dev@dpdk.org ; Raslan Darawsheh <rasl...@nvidia.com>; > sta...@dpdk.org > Subject: [PATCH v1] net/mlx5: fix meter policy creation assert > > The meter policy creation doesn't belong to RTE flow creation > process, so thread workspace was not initialized and there will be > assert error when using it. > > This patch removes the incorrect using of thread workspace in meter > policy creation, and adds a flag in policy instead. When creating > RTE flow, can use the flag to set the mark flag in thread workspace. > > Fixes: 082becbf1f35 ("net/mlx5: fix mark enabling for Rx") > Cc: sta...@dpdk.org > > Signed-off-by: Shun Hao <sh...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh