[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100823.204408.35817944.davem@davemloft.net>
Date: Mon, 23 Aug 2010 20:44:08 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: horms@...ge.net.au
Cc: netdev@...r.kernel.org, jesse@...ira.com
Subject: Re: [patch net-next] net: increase the size of priv_flags and add
IFF_OVS_DATAPATH
From: Simon Horman <horms@...ge.net.au>
Date: Tue, 24 Aug 2010 11:26:41 +0900
> IFF_OVS_DATAPATH is a place-holder for the Open vSwitch datapath
> which I am preparing to submit for merging.
>
> As all 16 bits of priv_flags are already assigned flags, also increase
> the size of priv_flags to 32 bits.
>
> Unfortunately, by my calculations this increases the size of
> struct net_device by 4 bytes on 32bit architectures and
> 8 bytes on 64 bit architectures. I couldn't see an obvious
> way to avoid that.
>
> Cc: Jesse Gross <jesse@...ira.com>
> Signed-off-by: Simon Horman <horms@...ge.net.au>
I can't think of a better way out of this, so applied for now.
Maybe somehow some of those bonding specific flags can get put
down into the bonding private structure. However, that might
not be possible if the sole reason those live in ->priv_flags
is to allow tests of the flags outside of the bonding code.
--
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