commit | 008298231abbeb91bc7be9e8b078607b816d1a4a | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu Nov 20 20:14:53 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 20 20:14:53 2008 -0800 |
tree | 8cb0c17720086ef97c614b96241f06aa63ce8511 | |
parent | 6ab33d51713d6d60c7677c0d020910a8cb37e513 [diff] |
netdev: add more functions to netdevice ops 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>