Re: [net-next PATCH] xen-netback: switch to use skb_partial_csum_set()

2013-04-12 Thread David Miller
From: Jason Wang Date: Thu, 11 Apr 2013 14:35:29 +0800 > Switch to use skb_partial_csum_set() to simplify the codes. > > Cc: Ian Campbell > Signed-off-by: Jason Wang Applied, thanks Jason. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to m

Re: [net-next PATCH] xen-netback: switch to use skb_partial_csum_set()

2013-04-11 Thread Ian Campbell
On Thu, 2013-04-11 at 08:58 +0100, Jason Wang wrote: > On 04/11/2013 03:46 PM, Ian Campbell wrote: > > On Thu, 2013-04-11 at 07:35 +0100, Jason Wang wrote: > >> Switch to use skb_partial_csum_set() to simplify the codes. > > This is incremental on top of your previous patch, right? > > It's an ind

Re: [net-next PATCH] xen-netback: switch to use skb_partial_csum_set()

2013-04-11 Thread Jason Wang
On 04/11/2013 03:46 PM, Ian Campbell wrote: > On Thu, 2013-04-11 at 07:35 +0100, Jason Wang wrote: >> Switch to use skb_partial_csum_set() to simplify the codes. > This is incremental on top of your previous patch, right? It's an independent patch, since the previous patch has been applied. >> Cc:

Re: [net-next PATCH] xen-netback: switch to use skb_partial_csum_set()

2013-04-11 Thread Ian Campbell
On Thu, 2013-04-11 at 07:35 +0100, Jason Wang wrote: > Switch to use skb_partial_csum_set() to simplify the codes. This is incremental on top of your previous patch, right? > > Cc: Ian Campbell > Signed-off-by: Jason Wang > --- > Note: > - Compile test only. > --- > drivers/net/xen-netback/ne

[net-next PATCH] xen-netback: switch to use skb_partial_csum_set()

2013-04-10 Thread Jason Wang
Switch to use skb_partial_csum_set() to simplify the codes. Cc: Ian Campbell Signed-off-by: Jason Wang --- Note: - Compile test only. --- drivers/net/xen-netback/netback.c | 22 -- 1 files changed, 8 insertions(+), 14 deletions(-) diff --git a/drivers/net/xen-netback/netb