Re: [dpdk-dev] [PATCH v3] net/mlx5: fix incorrect group value of sample suffix flow

2020-11-01 Thread Slava Ovsiienko
> -Original Message- > From: Jiawei Wang > Sent: Sunday, November 1, 2020 8:50 > To: Slava Ovsiienko ; Matan Azrad > ; Ori Kam > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v3] net/mlx5: fix incorrect group value of sample suffix flow > > mlx5 PMD splited the sampling flow into

[dpdk-dev] [PATCH v3] net/mlx5: fix incorrect group value of sample suffix flow

2020-10-31 Thread Jiawei Wang
mlx5 PMD splited the sampling flow into prefix flow and suffix flow. On the sample action translation function, the scaled group value of suffix flow be attached into sample object and saved into sample resource. mlx5 PMD fetched the group value from the sample resource to create the suffix flow.