From: Alexander Duyck Date: Sat, 28 Sep 2013 07:01:44 +0000 (+0000) Subject: i40e: Move q_vectors from pointer to array to array of pointers X-Git-Tag: v3.13-rc1~105^2~194^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=493fb30011b3ab5173cef96f1d1ce126da051792;p=pandora-kernel.git i40e: Move q_vectors from pointer to array to array of pointers Allocate the q_vectors individually. The advantage to this is that it allows for easier freeing and allocation. In addition it makes it so that we could do node specific allocations at some point in the future. Signed-off-by: Alexander Duyck Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed