From: Ben Hutchings Date: Wed, 6 Mar 2013 19:39:20 +0000 (+0000) Subject: sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PF X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~507^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634ab72c39b3df78ac7d6ccd4a50133059bae14f;p=pandora-kernel.git sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PF On Siena, VFs share RSS configuration with the PF. We attempted to support configurations where the PF only uses 1 RX queue and VFs use multiple RX queues, by (1) setting up RSS for the number of RX queues per VF (2) disabling RSS in the PF's RX default filters. Unfortunately commit cd2d5b529cdb ('sfc: Add SR-IOV back-end support for SFC9000 family') only included (1). This is (2). Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed