Re: [PATCH net-next] net: use skb_postpush_rcsum instead of own implementations

2016-02-19 Thread David Miller
From: Daniel Borkmann Date: Sat, 20 Feb 2016 00:29:30 +0100 > Replace individual implementations with the recently introduced > skb_postpush_rcsum() helper. > > Signed-off-by: Daniel Borkmann Applied, thanks Daniel.

Re: [PATCH net-next] net: use skb_postpush_rcsum instead of own implementations

2016-02-19 Thread Alexei Starovoitov
On Sat, Feb 20, 2016 at 12:29:30AM +0100, Daniel Borkmann wrote: > Replace individual implementations with the recently introduced > skb_postpush_rcsum() helper. > > Signed-off-by: Daniel Borkmann nice follow up to f8ffad69c9f8 indeed. Acked-by: Alexei Starovoitov

Re: [PATCH net-next] net: use skb_postpush_rcsum instead of own implementations

2016-02-19 Thread Tom Herbert
On Fri, Feb 19, 2016 at 3:29 PM, Daniel Borkmann wrote: > Replace individual implementations with the recently introduced > skb_postpush_rcsum() helper. > > Signed-off-by: Daniel Borkmann Acked-by: Tom Herbert Looks like some nice cleanup! > --- > net/core/skbuff.c | 4 +--- > n

[PATCH net-next] net: use skb_postpush_rcsum instead of own implementations

2016-02-19 Thread Daniel Borkmann
Replace individual implementations with the recently introduced skb_postpush_rcsum() helper. Signed-off-by: Daniel Borkmann --- net/core/skbuff.c | 4 +--- net/ipv6/reassembly.c | 6 ++ net/openvswitch/actions.c | 8 +++- net/openvswitch/vport-netdev.c | 2 +-