[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081110.170211.149124971.davem@davemloft.net>
Date: Mon, 10 Nov 2008 17:02:11 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org
Subject: Re: [RFC] network device ops phase 1
From: Stephen Hemminger <shemminger@...tta.com>
Date: Fri, 7 Nov 2008 15:50:23 -0800
> This early work on a series of patches to separate the management portions
> of the network device (immutable function pointers) from the data
> structure part of the network device.
...
I think this is a good way to attack this kind of transition.
Fix the build errors, do some testing, and please resubmit:
net/core/dev.c: In function ‘register_netdevice’:
net/core/dev.c:4075: error: ‘struct net_device_ops’ has no member named ‘poll_controller’
net/core/dev.c:4075: error: ‘struct net_device’ has no member named ‘poll_controller’
make[2]: *** [net/core/dev.o] Error 1
make[1]: *** [net/core] Error 2
make: *** [net] Error 2
make: *** Waiting for unfinished jobs....
Thanks.
Powered by blists - more mailing lists