Re: [dpdk-dev] [PATCH] net/mlx5: limit priority range for Linux TC flower driver

2018-11-03 Thread Shahaf Shuler
Saturday, November 3, 2018 7:11 PM, Yongseok Koh: > Subject: [PATCH] net/mlx5: limit priority range for Linux TC flower driver > > Due to a limitation on driver/FW, priority ranges from 1 to 16 in kernel. > Priority in rte_flow attribute starts from 0 and is added by 1 in translation. > This is su

[dpdk-dev] [PATCH] net/mlx5: limit priority range for Linux TC flower driver

2018-11-03 Thread Yongseok Koh
Due to a limitation on driver/FW, priority ranges from 1 to 16 in kernel. Priority in rte_flow attribute starts from 0 and is added by 1 in translation. This is subject to be changed to determine the max priority based on trial-and-error like Verbs driver once the restriction is lifted or the range