commit | 3025a446b6d0255ae4399ca5f9b259bd1b51539e | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Feb 17 01:02:39 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 17 13:21:34 2010 -0800 |
tree | e352d223dfb10a75c8e4a7c8fca52504fa9ec878 | |
parent | b94f2d775a71ed09dc8ca2bf24c611bdce9e82e7 [diff] |
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>