From: Greg Rose Date: Wed, 5 May 2010 19:57:30 +0000 (+0000) Subject: ixgbe: Streamline MC filter setup for VFs X-Git-Tag: v2.6.35-rc1~473^2~258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a07a22d856f37e580557c1a13c8eb8662f9cc11;p=pandora-kernel.git ixgbe: Streamline MC filter setup for VFs The driver was calling the set Rx mode function for every multicast filter set by the VF. When starting many VMs where each might have multiple VLAN interfaces this would result in the function being called hundreds or even thousands of times. This is unnecessary for the case of the imperfect filters used in the MTA and has been streamlined to be more efficient. Signed-off-by: Greg Rose Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed