From: Alexander Duyck Date: Sat, 5 May 2012 05:31:04 +0000 (+0000) Subject: ixgbe: Merge RSS and flow director ring register caching and configuration X-Git-Tag: v3.6-rc1~125^2~197^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b7f5d0b658a2596e582f1660670dcd1c1fc468e;p=pandora-kernel.git ixgbe: Merge RSS and flow director ring register caching and configuration There are really only 3 modes that can control the number of queues. Those are RSS, DCB, and VMDq/SR-IOV. Currently we have things much more broken up than they need to be for how we are configuring the rings. In order to try and straiten some of this out I am going to start merging similar functionality into single functions. To start with I am merging the Flow Director ring configuration into the RSS ring configuration since Flow Director cannot function with DCB or SR-IOV. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed