Re: [dpdk-dev] [PATCH] net/i40e: fix flow director issue

2017-10-23 Thread Ferruh Yigit
On 10/19/2017 8:37 PM, Beilei Xing wrote: > For L3 or L4 packets, PCtype is parsed wrongly when > input set is VLAN only. > This patch fixes the issue. > > Fixes: 15018d79f0be ("net/i40e: add FDIR support for GTP-C and GTP-U") > Fixes: 7d83c152a207 ("net/i40e: parse flow director filter") > > Sig

[dpdk-dev] [PATCH] net/i40e: fix flow director issue

2017-10-19 Thread Beilei Xing
For L3 or L4 packets, PCtype is parsed wrongly when input set is VLAN only. This patch fixes the issue. Fixes: 15018d79f0be ("net/i40e: add FDIR support for GTP-C and GTP-U") Fixes: 7d83c152a207 ("net/i40e: parse flow director filter") Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_flow.c