From: Ben Hutchings Date: Mon, 1 Sep 2008 11:48:08 +0000 (+0100) Subject: sfc: Cleanup RX event processing X-Git-Tag: v2.6.28-rc1~717^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42cbe2d73c9bc2574f86d63c2b57da93e3b3060d;p=pandora-kernel.git sfc: Cleanup RX event processing Make efx_process_channel() and falcon_process_eventq() return the number of packets received rather than updating the quota, consistent with new NAPI. Since channels and RX queues are mapped one-to-one, remove return value from falcon_handle_rx_event() and add a warning for events with the wrong RX queue number. Signed-off-by: Ben Hutchings Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed