RE: [PATCH net] hyperv: Fix vlan_proto setting in netvsc_recv_callback()

2013-06-14 Thread Haiyang Zhang
ect.org > Subject: Re: [PATCH net] hyperv: Fix vlan_proto setting in > netvsc_recv_callback() > > On Tue, May 28, Haiyang Zhang wrote: > > > Since the recent addition of 8021AD, we need to set the new field > > vlan_proto in sk_buff. Otherwise, it will trigger BUG() cal

Re: [PATCH net] hyperv: Fix vlan_proto setting in netvsc_recv_callback()

2013-06-14 Thread Olaf Hering
On Tue, May 28, Haiyang Zhang wrote: > Since the recent addition of 8021AD, we need to set the new field vlan_proto > in > sk_buff. Otherwise, it will trigger BUG() call in vlan_proto_idx(). > @@ -284,7 +285,7 @@ int netvsc_recv_callback(struct hv_device *device_obj, > > skb->protocol =

Re: [PATCH net] hyperv: Fix vlan_proto setting in netvsc_recv_callback()

2013-05-31 Thread David Miller
From: Haiyang Zhang Date: Tue, 28 May 2013 09:15:56 -0700 > Since the recent addition of 8021AD, we need to set the new field vlan_proto > in > sk_buff. Otherwise, it will trigger BUG() call in vlan_proto_idx(). > > This patch fixes the problem. > > Signed-off-by: Haiyang Zhang > Reviewed-by: