]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: move Tx ring configuration into a separate function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 19 Aug 2010 13:35:12 +0000 (13:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 23:40:49 +0000 (16:40 -0700)
commit43e69bf0f0df2691001dbd055ab8d4f795d1900c
treece3ca9b3e152bf7f9962b1a91fc9012558f950b3
parent120ff942cc6357b08fc817d89a5458038942edeb
ixgbe: move Tx ring configuration into a separate function

This patch moves the Tx ring configuration into a separate function.  In
addition the function drops the setting of the head writeback RO bit since
head writeback is no longer used within ixgbe.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c