Re: [dpdk-dev] [PATCH v1] net/ice: fix the reversed priority of DCF switch rule

2021-08-23 Thread Aaron Conole
Thomas Monjalon writes: > 13/08/2021 12:45, Ferruh Yigit: >> On 8/2/2021 8:25 AM, Wenjun Wu wrote: >> > This patch fixes the reversed priority of DCF switch rule. Priority 0 and 1 >> > are supported, and priority 0 should be the highest priority. >> > >> > Fixes: 2321e34c23b3 ("net/ice: support

Re: [dpdk-dev] [PATCH v1] net/ice: fix the reversed priority of DCF switch rule

2021-08-13 Thread Thomas Monjalon
13/08/2021 12:45, Ferruh Yigit: > On 8/2/2021 8:25 AM, Wenjun Wu wrote: > > This patch fixes the reversed priority of DCF switch rule. Priority 0 and 1 > > are supported, and priority 0 should be the highest priority. > > > > Fixes: 2321e34c23b3 ("net/ice: support flow priority for DCF switch filt

Re: [dpdk-dev] [PATCH v1] net/ice: fix the reversed priority of DCF switch rule

2021-08-13 Thread Ferruh Yigit
On 8/2/2021 8:25 AM, Wenjun Wu wrote: > This patch fixes the reversed priority of DCF switch rule. Priority 0 and 1 > are supported, and priority 0 should be the highest priority. > > Fixes: 2321e34c23b3 ("net/ice: support flow priority for DCF switch filter") > I guess 'Cc: sta...@dpdk.org' tag

Re: [dpdk-dev] [PATCH v1] net/ice: fix the reversed priority of DCF switch rule

2021-08-09 Thread Zhang, Qi Z
> -Original Message- > From: Wu, Wenjun1 > Sent: Monday, August 2, 2021 3:25 PM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > ; Zhang, Yuying > Cc: Wu, Wenjun1 > Subject: [PATCH v1] net/ice: fix the reversed priority of DCF switch rule > > This patch fixes the reversed priority of

[dpdk-dev] [PATCH v1] net/ice: fix the reversed priority of DCF switch rule

2021-08-02 Thread Wenjun Wu
This patch fixes the reversed priority of DCF switch rule. Priority 0 and 1 are supported, and priority 0 should be the highest priority. Fixes: 2321e34c23b3 ("net/ice: support flow priority for DCF switch filter") Signed-off-by: Wenjun Wu --- drivers/net/ice/ice_switch_filter.c | 2 +- 1 file