Re: [Xen-devel] [PATCH 4/4] net: Rearrange loop in net_rx_action

2014-12-23 Thread David Miller
From: Herbert Xu Date: Sun, 21 Dec 2014 07:16:25 +1100 > This patch rearranges the loop in net_rx_action to reduce the > amount of jumping back and forth when reading the code. > > Signed-off-by: Herbert Xu Applied. ___ Xen-devel mailing list Xen-de

[Xen-devel] [PATCH 4/4] net: Rearrange loop in net_rx_action

2014-12-20 Thread Herbert Xu
This patch rearranges the loop in net_rx_action to reduce the amount of jumping back and forth when reading the code. Signed-off-by: Herbert Xu --- net/core/dev.c | 26 -- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/net/core/dev.c b/net/core/dev.c i