From: Mark Rustad Date: Wed, 18 Jul 2012 06:05:50 +0000 (+0000) Subject: ixgbe: Improve statistics accuracy for DDP traffic X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~164^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ffdf91a5feae6f0f1486d038fcbba461345fa62;p=pandora-kernel.git ixgbe: Improve statistics accuracy for DDP traffic Noticed that the byte and packet count statistics are under- counting traffic handled by the DDP offload when there is more than one DDP completion processed in a single call to ixgbe_clean_rx_irq. This patch fixes that. I tried to optimize the setting of the rss value so that it only would have to be computed once, and only when there is a DDP completion present. Signed-off-by: Mark Rustad Tested-by: Phil Schmitt Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed