Re: [PATCH v2 02/16] net: change netdev->features to u32
From: David Miller <davem@davemloft.net>
Date: 2011-01-25 20:37:04
From: David Miller <davem@davemloft.net>
Date: 2011-01-25 20:37:04
From: Michał Mirosław <mirq-linux@rere.qmqm.pl> Date: Tue, 25 Jan 2011 12:07:45 +0100
On Mon, Jan 24, 2011 at 03:30:04PM -0800, David Miller wrote:quoted
From: Michał Mirosław <mirq-linux@rere.qmqm.pl> Date: Sat, 22 Jan 2011 23:14:12 +0100 (CET)quoted
Quoting Ben Hutchings: we presumably won't be defining features that can only be enabled on 64-bit architectures. Occurences found by `grep -r` on net/, drivers/net, include/ Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>I'll apply this, with one change, adding the suggestion that features and vlan_features be moved next to each other in struct netdev, from Eric Dumazet.You can use the one I sent in reply to Eric's suggestion. It's this one: http://patchwork.ozlabs.org/patch/80056/
Sorry I only noticed that after I applied my modified version.