[ovs-dev] [PATCH 3/8] datapath: move make_writable helper into common code

2015-01-06 Thread Thomas Graf
note that skb_make_writable already exists in net/netfilter/core.c but does something slightly different. Upstream: e219512 ("net: move make_writable helper into common code") Signed-off-by: Thomas Graf --- acinclude.m4 | 1 + datapath/actions.c

Re: [ovs-dev] [PATCH 3/8] datapath: move make_writable helper into common code

2015-01-06 Thread Pravin Shelar
On Fri, Jan 2, 2015 at 10:35 AM, Thomas Graf wrote: > note that skb_make_writable already exists in net/netfilter/core.c > but does something slightly different. > > Upstream: e219512 ("net: move make_writable helper into common code") > Signed-off-by: Thomas Graf Acked-by: Pravin B Shelar

[ovs-dev] [PATCH 3/8] datapath: move make_writable helper into common code

2015-01-02 Thread Thomas Graf
note that skb_make_writable already exists in net/netfilter/core.c but does something slightly different. Upstream: e219512 ("net: move make_writable helper into common code") Signed-off-by: Thomas Graf --- acinclude.m4 | 1 + datapath/actions.c