From: Don Skidmore Date: Thu, 16 Jan 2014 10:30:08 +0000 (-0800) Subject: ixgbevf: Convert ring storage form pointer to an array to array of pointers X-Git-Tag: v3.14-rc1~94^2~143^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e70ab9088fc81e02bffa30e71eb1a18891608b;p=pandora-kernel.git ixgbevf: Convert ring storage form pointer to an array to array of pointers This will change how we store rings arrays in the adapter sturct. We use to have a pointer to an array now we will be using an array of pointers. This will allow us to support multiple queues on muliple nodes at some point we would be able to reallocate the rings so that each is on a local node if needed. Signed-off-by: Alexander Duyck Signed-off-by: Don Skidmore Tested-by: Phil Schmitt Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed