From: Mitch Williams Date: Tue, 23 Mar 2010 18:34:38 +0000 (+0000) Subject: igb: count Rx FIFO errors correctly X-Git-Tag: v2.6.34-rc3~33^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa3d9a6d55014b5bce5575aeab1cf711cff748ab;p=pandora-kernel.git igb: count Rx FIFO errors correctly Don't aggregate rx_no_buffer_count into rx_fifo_errors. RNBC counts packets that get queued temporarily in the adapter's FIFO. These packets are not dropped and are not errors. The correct counter is rx_missed_errors (MPC). Signed-off-by: Mitch Williams Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed