Re: [Xen-devel] [PATCH 1/4] net: Move napi polling code out of net_rx_action

2014-12-23 Thread David Miller
From: Herbert Xu herb...@gondor.apana.org.au Date: Sun, 21 Dec 2014 07:16:21 +1100 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 herb...@gondor.apana.org.au Applied.

[Xen-devel] [PATCH 1/4] net: Move napi polling code out of net_rx_action

2014-12-20 Thread Herbert Xu
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 herb...@gondor.apana.org.au --- net/core/dev.c | 98 +++-- 1 file changed, 54 insertions(+), 44 deletions(-)