Hi, > -----Original Message----- > From: Jiawei(Jonny) Wang <[email protected]> > Sent: Thursday, March 10, 2022 6:00 AM > To: Slava Ovsiienko <[email protected]>; Matan Azrad > <[email protected]>; Ori Kam <[email protected]> > Cc: [email protected]; Raslan Darawsheh <[email protected]>; > [email protected] > Subject: [PATCH] net/mlx5: fix the implicit tag insertion in sample flow > > The flow with sample action was split into two sub-flows, > and the implicit tag action with unique id was added in the prefix > sub-flow, the suffix sub-flow used the tag item to match with that > unique id, and the implicit set tag action was inserted next to > the sample action. > > While there's either PUSH VLAN action or ENCAP action preceding the > sample action, implicit set tag action was added after PUSH VLAN or > ENCAP actions, causing flow creation failure due to rdma-core > does not support this action order. > > This patch ensures the implicit set tag action is inserted before > either PUSH VLAN or encap action (if any) in the prefix sub-flow. > > Fixes: 6a951567c159 ("net/mlx5: support E-Switch mirroring and jump in one > flow") > Cc: [email protected] > > Signed-off-by: Jiawei Wang <[email protected]> > Acked-by: Viacheslav Ovsiienko <[email protected]>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

