Re: [PATCH net-next 04/13] fou: Split out {fou,gue}_build_header

2016-05-12 Thread Shmulik Ladkani
Hi Tom, On Wed, 11 May 2016 09:47:24 -0700 Tom Herbert wrote: > > -int fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, > - u8 *protocol, struct flowi4 *fl4); > -int gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, > - u8 *protoc

[PATCH net-next 04/13] fou: Split out {fou,gue}_build_header

2016-05-11 Thread Tom Herbert
Create __fou_build_header and __gue_build_header. These implement the protocol generic parts of building the fou and gue header. fou_build_header and gue_build_header implement the IPv4 specific functions and call the __*_build_header functions. Signed-off-by: Tom Herbert --- include/net/fou.h |