netdev: add more functions to netdevice ops
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 21 Nov 2008 04:14:53 +0000 (20:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Nov 2008 04:14:53 +0000 (20:14 -0800)
This patch moves neigh_setup and hard_start_xmit into the network device ops
structure. For bisection, fix all the previously converted drivers as well.
Bonding driver took the biggest hit on this.

Added a prefetch of the hard_start_xmit in the fast path to try and reduce
any impact this would have.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found