netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND][NET-NEXT PATCH 01/29] ixgbe: fix bug where using wake queue instead of start
@ 2008-09-12  2:54 Jeff Kirsher
  2008-09-12  2:54 ` [RESEND][NET-NEXT PATCH 02/29] ixgbe: fix dca defines to not have spaces Jeff Kirsher
                   ` (27 more replies)
  0 siblings, 28 replies; 30+ messages in thread
From: Jeff Kirsher @ 2008-09-12  2:54 UTC (permalink / raw)
  To: jeff; +Cc: davem, netdev, akpm, Jesse Brandeburg, Jeff Kirsher

From: Jesse Brandeburg <jesse.brandeburg@intel.com>

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---

 drivers/net/ixgbe/ixgbe_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index 362541a..c67211c 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -3377,7 +3377,7 @@ static int __ixgbe_maybe_stop_tx(struct net_device *netdev,
 		return -EBUSY;
 
 	/* A reprieve! - use start_queue because it doesn't call schedule */
-	netif_wake_subqueue(netdev, tx_ring->queue_index);
+	netif_start_subqueue(netdev, tx_ring->queue_index);
 	++adapter->restart_queue;
 	return 0;
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2008-09-13 19:30 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-12  2:54 [RESEND][NET-NEXT PATCH 01/29] ixgbe: fix bug where using wake queue instead of start Jeff Kirsher
2008-09-12  2:54 ` [RESEND][NET-NEXT PATCH 02/29] ixgbe: fix dca defines to not have spaces Jeff Kirsher
2008-09-12  2:55 ` [RESEND][NET-NEXT PATCH 03/29] ixgbe: fix multicast address update Jeff Kirsher
2008-09-12  2:55 ` [RESEND][NET-NEXT PATCH 04/29] ixgbe: Update watchdog thread to accomodate longerlink_up events Jeff Kirsher
2008-09-12  2:55 ` [RESEND][NET-NEXT PATCH 05/29] ixgbe: link change interrupt was not causing link event Jeff Kirsher
2008-09-12  2:56 ` [RESEND][NET-NEXT PATCH 06/29] ixgbe: fix bug with shared interrupts Jeff Kirsher
2008-09-12  2:56 ` [RESEND][NET-NEXT PATCH 07/29] ixgbe: limit small mtu to minimum for ipv4 support Jeff Kirsher
2008-09-12  2:56 ` [RESEND][NET-NEXT PATCH 08/29] ixgbe: fix ethtool register dump Jeff Kirsher
2008-09-12  2:57 ` [RESEND][NET-NEXT PATCH 09/29] ixgbe: fix pci_resource allocation as in other drivers Jeff Kirsher
2008-09-12  2:57 ` [RESEND][NET-NEXT PATCH 10/29] ixgbe: fix ethtool disable csum for ipv6 Jeff Kirsher
2008-09-12  2:58 ` [RESEND][NET-NEXT PATCH 11/29][UPDATED] ixgbe: fix initial interrupt throttle settings Jeff Kirsher
2008-09-12  2:58 ` [RESEND][NET-NEXT PATCH 12/29] ixgbe: fix bug with lots of tx queues Jeff Kirsher
2008-09-12  2:58 ` [RESEND][NET-NEXT PATCH 13/29] ixgbe: recycle pages in packet split mode Jeff Kirsher
2008-09-12  2:58 ` [RESEND][NET-NEXT PATCH 14/29] ixgbe: add device support for XF LR adapters Jeff Kirsher
2008-09-12  2:59 ` [RESEND][NET-NEXT PATCH 15/29] ixgbe: fix ring reallocation in ethtool Jeff Kirsher
2008-09-12  2:59 ` [RESEND][NET-NEXT PATCH 16/29] ixgbe: lro stats were not counted on first ethtool -Scall Jeff Kirsher
2008-09-12  2:59 ` [RESEND][NET-NEXT PATCH 17/29] ixgbe: add clean rx many routine Jeff Kirsher
2008-09-12  2:59 ` [RESEND][NET-NEXT PATCH 18/29] ixgbe: update to latest common code module Jeff Kirsher
2008-09-12  3:00 ` [RESEND][NET-NEXT PATCH 19/29] ixgbe: refresh the ixgbe_down function Jeff Kirsher
2008-09-12  3:00 ` [RESEND][NET-NEXT PATCH 20/29] ixgbe: move set_num_queues and call it after msix failure Jeff Kirsher
2008-09-12  3:03 ` [RESEND][NET-NEXT PATCH 21/29][UPDATED] ixgbe: cleanup defines Jeff Kirsher
2008-09-12  3:03 ` [RESEND][NET-NEXT PATCH 22/29] ixgbe: lower stack space usage Jeff Kirsher
2008-09-12  3:03 ` [RESEND][NET-NEXT PATCH 23/29] ixgbe: xmit frame refactor Jeff Kirsher
2008-09-12  3:03 ` [RESEND][NET-NEXT PATCH 24/29] ixgbe: bump version Jeff Kirsher
2008-09-12  3:04 ` [NET-NEXT PATCH 25/29] ixgbe: Whitespace, copyright update and version number change patch Jeff Kirsher
2008-09-12  3:04 ` [NET-NEXT PATCH 26/29] ixgbe: correctly add and remove napi queues Jeff Kirsher
2008-09-12  3:05 ` [NET-NEXT PATCH 27/29] ixgbe: whitespace/formatting cleanup Jeff Kirsher
2008-09-12  3:05 ` [NET-NEXT PATCH 28/29] ixgbe: make compilation with LRO optional Jeff Kirsher
2008-09-12  3:06 ` [NET-NEXT PATCH 29/29] ixgbe: fix DCA dependency in Kconfig Jeff Kirsher
2008-09-13 19:30   ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).