Hi, > -----Original Message----- > From: Li Zhang <l...@nvidia.com> > Sent: Monday, October 11, 2021 5:41 AM > To: dek...@nvidia.com; Ori Kam <or...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com> > Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon > <tho...@monjalon.net>; Raslan Darawsheh <rasl...@nvidia.com>; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix domains selection for meter policy > > Fate actions are different per domain. > When all the domains, ingress, egress and FDB (transfer), > can support all the policy actions, i.e. [SET_TAG], > the policy prepares resources for all the domains and > failure happens if one of the domains misses its fate action > in the policy action list. > > Remove the domains missing their fate action > from the meter policy preparation. > > Now, the policy will prepare a domain only when the domain supports > all the actions and when one of the domain fate actions is on the list. > > Fixes: afb4aa4f ("net/mlx5: support meter policy operations") > Cc: sta...@dpdk.org > > Signed-off-by: Li Zhang <l...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh