RE: [PATCH] net/mlx5: fix flow mark value missing on combination split

2021-11-23 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Jiawei(Jonny) Wang > Sent: Monday, November 22, 2021 4:23 PM > To: Slava Ovsiienko ; Matan Azrad > ; Ori Kam > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix flow mark value missing on c

[PATCH] net/mlx5: fix flow mark value missing on combination split

2021-11-22 Thread Jiawei Wang
If there are sample action and the meter action in the same flow, mlx5 PMD performs several levels of splitting. For example, sampling feature splits the original flow into prefix subflow with sample action, and suffix subflow with the rest of actions. Then, metering feature splits the sampling suf