commit | 726ce70e9e4050409243f3a1d735dc86bc6e6e57 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Dec 21 07:16:21 2014 +1100 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 23 23:20:21 2014 -0500 |
tree | cddb92dda234adbc154b4d6cd308f244ce1c2070 | |
parent | 0d1644919578db525b9a7b6c8197ce02adbfce26 [diff] |
net: Move napi polling code out of net_rx_action This patch creates a new function napi_poll and moves the napi polling code from net_rx_action into it. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>