net: allow multiple dev per napi with GRO
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 1 Apr 2009 11:20:20 +0000 (11:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2009 08:07:37 +0000 (01:07 -0700)
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 <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found