net/i40e: fix flow director issue
authorBeilei Xing <beilei.xing@intel.com>
Fri, 20 Oct 2017 03:37:16 +0000 (11:37 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 26 Oct 2017 00:33:01 +0000 (02:33 +0200)
commit373840beaf9054ff5880df8692344c35b2dc802b
tree8528536759e9909ab13f094457672df2f99ad2bf
parent3a112d0940a74c6cdc44ff969336eabdb7636ea2
net/i40e: fix flow director issue

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")
Cc: stable@dpdk.org
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/i40e/i40e_flow.c