Re: [PATCH v2 1/2] powerpc: bpf: Use correct mask while accessing the VLAN tag
From: David Miller <davem@davemloft.net>
Date: 2014-06-27 23:14:37
Also in:
netdev
From: David Miller <davem@davemloft.net>
Date: 2014-06-27 23:14:37
Also in:
netdev
From: Denis Kirjanov <redacted> Date: Wed, 25 Jun 2014 21:34:56 +0400
To get a full tag (and not just a VID) we should access the TCI except the VLAN_TAG_PRESENT field (which means that 802.1q header is present). Also ensure that the VLAN_TAG_PRESENT stay on its place Signed-off-by: Denis Kirjanov <redacted>
Applied.