Re: [dpdk-dev] [PATCH] net/i40e: fix flow does not effect on uncustomed pctype

2021-04-20 Thread Xing, Beilei
> -Original Message- > From: Yang, MurphyX > Sent: Friday, April 16, 2021 10:20 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Guo, Jia ; > Xing, Beilei ; Yang, SteveX ; > Zhang, RobinX ; Yang, MurphyX > > Subject: [PATCH] net/i40e: fix flow does not effect on uncustomed pctype > > Uncust

Re: [dpdk-dev] [PATCH] net/i40e: fix flow does not effect on uncustomed pctype

2021-04-19 Thread Xing, Beilei
Hi, > -Original Message- > From: Yang, MurphyX > Sent: Friday, April 16, 2021 10:20 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Guo, Jia ; > Xing, Beilei ; Yang, SteveX ; > Zhang, RobinX ; Yang, MurphyX > > Subject: [PATCH] net/i40e: fix flow does not effect on uncustomed pctype > > Uncu

[dpdk-dev] [PATCH] net/i40e: fix flow does not effect on uncustomed pctype

2021-04-15 Thread Murphy Yang
Uncustomed flow rule does not effect, the root cause is not write the configure in register. Fixes: 4a072ad43442 ("net/i40e: fix flow director config after flow validate") Signed-off-by: Murphy Yang --- drivers/net/i40e/i40e_fdir.c | 20 +--- 1 file changed, 9 insertions(+), 11 d