[dpdk-dev] [PATCH v2 6/8] net/mlx5: fix internal root table flow priroity

Slava Ovsiienko viacheslavo at nvidia.com
Tue Oct 19 10:28:22 CEST 2021


> -----Original Message-----
> From: Xueming(Steven) Li <xuemingl at nvidia.com>
> Sent: Saturday, October 16, 2021 11:08
> To: dev at dpdk.org
> Cc: Xueming(Steven) Li <xuemingl at nvidia.com>; Slava Ovsiienko
> <viacheslavo at nvidia.com>; Lior Margalit <lmargalit at nvidia.com>; Matan
> Azrad <matan at nvidia.com>; Bill Zhou <dongzhou at nvidia.com>
> Subject: [PATCH v2 6/8] net/mlx5: fix internal root table flow priroity
> 
> When creating internal transfer flow on root table with lowerest priority, the
> flow was created with max UINT32_MAX priority. It is wrong since the flow is
> created in kernel and  max priority supported is 16.
> 
> This patch fixes this by adding internal flow check.
> 
> Fixes: 5f8ae44dd454 ("net/mlx5: enlarge maximal flow priority")
> 
> Signed-off-by: Xueming Li <xuemingl at nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>



More information about the dev mailing list