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 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 is > extended. > > Cc: Or Gerlitz <ogerl...@mellanox.com> > > Signed-off-by: Yongseok Koh <ys...@mellanox.com> > ---
Applied to next-net-mlx, thanks.