Huawei Xie fdef8f927f i40e: fix vlan filtering
">> 5" rather than ">> 4"

vlan id is a 12 bit value.
VFTA is 128 x 32 bit array (128 double word array) which could store 2^12 vlan bits.
Each bit represents whether corresponding vlan tag is set in the VSI.
Use high 7 bits as the index for the double word array.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Jing Chen <jing.d.chen@intel.com>
2014-12-06 11:08:35 +01:00
..
2014-12-05 16:55:00 +01:00
2014-11-27 21:20:58 +01:00
2014-06-11 00:29:34 +02:00
2014-11-27 19:03:27 +01:00
2014-12-06 11:08:35 +01:00
2014-11-27 13:09:51 +01:00