[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130724081139.28ba3429@nehalam.linuxnetplumber.net>
Date: Wed, 24 Jul 2013 08:11:39 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jason Wang <jasowang@...hat.com>
Cc: davem@...emloft.net, mst@...hat.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Basil Gor <basil.gor@...il.com>
Subject: Re: [PATCH net-next] tuntap: hardware vlan tx support
On Wed, 24 Jul 2013 13:55:14 +0800
Jason Wang <jasowang@...hat.com> wrote:
> On 07/23/2013 11:53 PM, Stephen Hemminger wrote:
> > On Tue, 23 Jul 2013 15:15:48 +0800
> > Jason Wang <jasowang@...hat.com> wrote:
> >
> >> + struct {
> >> + __be16 h_vlan_proto;
> >> + __be16 h_vlan_TCI;
> >> + } veth;
> > Don't you want to use struct vlan_hdr here?
>
> There's no need to care encapsulated proto here. In fact, we just
> emulate the hardware inserting of 802.1Q header. So only skb->vlan_tci
> and skb->vlan_proto needs to be cared.
> > Your definition puts the two fields out of order?
>
> It's order is same as struct vlan_ethhdr. Did you see any issue?
I was looking at if_vlan.h struct vlan_hdr. The veth structure
is a slice between ether and vlan header.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists