From: Eric Dumazet Date: Tue, 5 Mar 2013 07:15:13 +0000 (+0000) Subject: net: reduce net_rx_action() latency to 2 HZ X-Git-Tag: v3.9-rc3~36^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f41b67ff7735193bc8b418b98ac99a448833e2;p=pandora-kernel.git net: reduce net_rx_action() latency to 2 HZ We should use time_after_eq() to get maximum latency of two ticks, instead of three. Bug added in commit 24f8b2385 (net: increase receive packet quantum) Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed