]> bbs.cooldavid.org Git - net-next-2.6.git/commit
igb: Allocate rings seperately instead of as a block
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 17 Feb 2010 01:02:39 +0000 (01:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2010 21:21:34 +0000 (13:21 -0800)
commit3025a446b6d0255ae4399ca5f9b259bd1b51539e
treee352d223dfb10a75c8e4a7c8fca52504fa9ec878
parentb94f2d775a71ed09dc8ca2bf24c611bdce9e82e7
igb: Allocate rings seperately instead of as a block

This change makes it so that the rings are allocated seperately.  As a
result we can allocate them on seperate nodes at some point in the future
if we so desire.

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.h
drivers/net/igb/igb_ethtool.c
drivers/net/igb/igb_main.c