Re: [PATCH v4 2/2] macvtap: restore vlan header on user read
From: David Miller <davem@davemloft.net> Date: 2012-05-10 01:25:00
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Tue, 8 May 2012 22:28:06 +0300
On Fri, May 04, 2012 at 12:55:24PM +0400, Basil Gor wrote:
quoted
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>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Eric, ack?