diff options
author | David S. Miller <davem@davemloft.net> | 2013-08-04 00:36:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-04 00:36:46 -0400 |
commit | 0e76a3a587fc7abda2badf249053b427baad255e (patch) | |
tree | 646a1da67dc25654552028225ca4b7a0a8043cc9 /drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | |
parent | fba3679d34511c42bf452e89dda457a1219eb43a (diff) | |
parent | 72a67a94bcba71a5fddd6b3596a20604d2b5dcd6 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Merge net into net-next to setup some infrastructure Eric
Dumazet needs for usbnet changes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_main.c')
-rw-r--r-- | drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c index 136de7dfe170..128d6b885326 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | |||
@@ -2079,7 +2079,7 @@ static int ixgbe_clean_rx_irq(struct ixgbe_q_vector *q_vector, | |||
2079 | return total_rx_packets; | 2079 | return total_rx_packets; |
2080 | } | 2080 | } |
2081 | 2081 | ||
2082 | #ifdef CONFIG_NET_LL_RX_POLL | 2082 | #ifdef CONFIG_NET_RX_BUSY_POLL |
2083 | /* must be called with local_bh_disable()d */ | 2083 | /* must be called with local_bh_disable()d */ |
2084 | static int ixgbe_low_latency_recv(struct napi_struct *napi) | 2084 | static int ixgbe_low_latency_recv(struct napi_struct *napi) |
2085 | { | 2085 | { |
@@ -2111,7 +2111,7 @@ static int ixgbe_low_latency_recv(struct napi_struct *napi) | |||
2111 | 2111 | ||
2112 | return found; | 2112 | return found; |
2113 | } | 2113 | } |
2114 | #endif /* CONFIG_NET_LL_RX_POLL */ | 2114 | #endif /* CONFIG_NET_RX_BUSY_POLL */ |
2115 | 2115 | ||
2116 | /** | 2116 | /** |
2117 | * ixgbe_configure_msix - Configure MSI-X hardware | 2117 | * ixgbe_configure_msix - Configure MSI-X hardware |
@@ -7310,7 +7310,7 @@ static const struct net_device_ops ixgbe_netdev_ops = { | |||
7310 | #ifdef CONFIG_NET_POLL_CONTROLLER | 7310 | #ifdef CONFIG_NET_POLL_CONTROLLER |
7311 | .ndo_poll_controller = ixgbe_netpoll, | 7311 | .ndo_poll_controller = ixgbe_netpoll, |
7312 | #endif | 7312 | #endif |
7313 | #ifdef CONFIG_NET_LL_RX_POLL | 7313 | #ifdef CONFIG_NET_RX_BUSY_POLL |
7314 | .ndo_busy_poll = ixgbe_low_latency_recv, | 7314 | .ndo_busy_poll = ixgbe_low_latency_recv, |
7315 | #endif | 7315 | #endif |
7316 | #ifdef IXGBE_FCOE | 7316 | #ifdef IXGBE_FCOE |