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 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 Applied. ___ Xen-devel mailing list Xen-devel@lists.xen.

[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 --- net/core/dev.c | 98 +++-- 1 file changed, 54 insertions(+), 44 deletions(-) diff --git a/net/core/dev.c b