> -----Original Message----- > From: Zhang, Yuying <yuying.zh...@intel.com> > Sent: Saturday, September 18, 2021 2:50 PM > To: dev@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>; Yigit, Ferruh > <ferruh.yi...@intel.com> > Cc: Zhang, Yuying <yuying.zh...@intel.com>; sta...@dpdk.org > Subject: [PATCH v4] net/ice: fix flow priority support in non-pipeline mode > > Lower values denote higher priority with 0 as the maximum. > The usage of priority in non-pipeline mode is wrong. > > This patch fixed this issue in switch filter and added input validation of > priority > in FDIR, RSS and ACL filter which only support one priority level. > > Fixes: 2321e34c23b3 ("net/ice: support flow priority for DCF switch filter") > Cc: sta...@dpdk.org > > Signed-off-by: Yuying Zhang <yuying.zh...@intel.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi