From: Alexander Duyck Date: Sat, 28 Sep 2013 06:00:53 +0000 (+0000) Subject: i40e: Replace ring container array with linked list X-Git-Tag: v3.13-rc1~105^2~194^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0b6fa65692a2bc150c3228008b812b1f45aed0;p=pandora-kernel.git i40e: Replace ring container array with linked list This replaces the ring container array with a linked list. The idea is to make the logic much easier to deal with since this will allow us to call a simple helper function from the q_vectors to go through the entire list. Signed-off-by: Alexander Duyck Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed