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
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 =
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:
3 matches
Mail list logo