Hi, > -----Original Message----- > From: Bing Zhao <bi...@nvidia.com> > Sent: Friday, June 30, 2023 2:02 PM > To: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; Suanming Mou > <suanmi...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com> > Cc: dev@dpdk.org; Gregory Etelson <getel...@nvidia.com>; > sta...@dpdk.org > Subject: [PATCH v3] net/mlx5: fix the error in VLAN actions creation > > When a failure occurs during the VLAN actions creating, the value of > "rte_errno" is already set by the mlx5dr_action_create*. The value can be > returned directly to reflect the actual reason. > > In the meanwhile, the "rte_flow_error" structure should also be set with clear > message explicitly. > > Fixes: 773ca0e91ba1 ("net/mlx5: support VLAN push/pop/modify with > HWS") > Cc: getel...@nvidia.com > Cc: sta...@dpdk.org > > Signed-off-by: Bing Zhao <bi...@nvidia.com> > Acked-by: Ori Kam <or...@nvidia.com> > --- > v2: add CC stable > v3: fix typo
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh