Re: [dpdk-dev] [PATCH v2] net/mlx5: enlarge maximal flow priority value

2021-01-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dong Zhou > Sent: Tuesday, January 12, 2021 8:40 AM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v2] net/mlx5: enlarge maximal flow priority value > > Currently, the maximal flow priority in non-

[dpdk-dev] [PATCH v2] net/mlx5: enlarge maximal flow priority value

2021-01-11 Thread Dong Zhou
Currently, the maximal flow priority in non-root table to user is 4, it's not enough for user to do some flow match by priority, such as LPM, for one IPV4 address, we need 32 priorities for each bit of 32 mask length. PMD will manage 3 sub-priorities per user priority according to L2, L3 and L4. T