]> git.baikalelectronics.ru Git - kernel.git/commit
igb: move the multiple receive queue configuration into seperate function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 27 Oct 2009 15:53:25 +0000 (15:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 08:20:34 +0000 (01:20 -0700)
commitb57eac6d009116f601a527ca8e1b292700f3c779
tree50c63c9a271e0da49430a7fb99083e59c1210113
parent2e72d8bc9413a09279cecb590cededcb1113e767
igb: move the multiple receive queue configuration into seperate function

This patch moves the multiple receive queue configuration into a seperate
function from igb_configure_rx.  We can essentially do the configuration for
the multiple receive queues just prior to enabling the RX and this will allow
us to seperate the queue enablement from the receive queue layout
configuration.

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/igb/igb_main.c