net/i40e: fix FDIR rule confiliction issue
authorBeilei Xing <beilei.xing@intel.com>
Thu, 30 Nov 2017 06:36:08 +0000 (14:36 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commit301c2abeef640cf545d7763c5760d66593640e49
tree4246a7b6abf891a4e53f55454b0c3c4b6d267eda
parent518cc3927b13230dc706a259025b9627248fc7bc
net/i40e: fix FDIR rule confiliction issue

Failed to create two FDIR rules with different vlan id for
the same PCTYPE. Root cause is that wrong hash key length
is used.

Fixes: 4149825bbdb9 ("net/i40e: finish integration FDIR with generic flow API")
Cc: stable@dpdk.org
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/i40e/i40e_ethdev.c