Re: [PATCH v4 2/2] macvtap: restore vlan header on user read
From: David Miller <davem@davemloft.net> Date: 2012-05-11 22:17:54
From: Basil Gor <redacted>
Date: Fri, 4 May 2012 12:55:24 +0400
Ethernet vlan header is not on the packet and kept in the skb->vlan_tci
when it comes from lower dev. This patch inserts vlan header in user
buffer during skb copy on user read.
Signed-off-by: Basil Gor <redacted>