From: Stephen Hemminger Date: Wed, 1 Apr 2009 11:20:20 +0000 (+0000) Subject: net: allow multiple dev per napi with GRO X-Git-Tag: v2.6.30-rc1~246^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2bde7328633269ee935d9ed96535ade15cc348f;p=pandora-kernel.git net: allow multiple dev per napi with GRO GRO assumes that there is a one-to-one relationship between NAPI structure and network device. Some devices like sky2 share multiple devices on a single interrupt so only have one NAPI handler. Rather than split GRO from NAPI, just have GRO assume if device changes that it is a different flow. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed