From: Ben Hutchings Date: Thu, 2 Feb 2012 22:41:49 +0000 (+0000) Subject: sfc: Add support for configuring RX unicast/multicast default filters X-Git-Tag: v3.4-rc1~177^2~270^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c274d65c949d0909fc8f4f19561ecb7c1d3d1559;p=pandora-kernel.git sfc: Add support for configuring RX unicast/multicast default filters On Siena all received packets that don't match a more specific filter will match the unicast or multicast default filter. Currently we leave these set to the default values (RSS with base queue number of 0). Allow them to be reconfigured to select a single RX queue. These default filters are programmed through the FILTER_CTL register, but we represent them internally as an additional table of size 2. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed