Re: [net-next PATCH 07/10] gre: Use inner_proto to obtain inner header protocol

2016-02-07 Thread Alexander Duyck
On Sat, Feb 6, 2016 at 2:55 PM, Tom Herbert wrote: > On Fri, Feb 5, 2016 at 3:28 PM, Alexander Duyck wrote: >> Instead of parsing headers to determine the inner protocol we can just pull >> the value from inner_proto. >> >> Signed-off-by: Alexander Duyck >> --- >> net/ipv4/gre_offload.c |6

Re: [net-next PATCH 07/10] gre: Use inner_proto to obtain inner header protocol

2016-02-06 Thread Tom Herbert
On Fri, Feb 5, 2016 at 3:28 PM, Alexander Duyck wrote: > Instead of parsing headers to determine the inner protocol we can just pull > the value from inner_proto. > > Signed-off-by: Alexander Duyck > --- > net/ipv4/gre_offload.c |6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) >

[net-next PATCH 07/10] gre: Use inner_proto to obtain inner header protocol

2016-02-05 Thread Alexander Duyck
Instead of parsing headers to determine the inner protocol we can just pull the value from inner_proto. Signed-off-by: Alexander Duyck --- net/ipv4/gre_offload.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/ipv4/gre_offload.c b/net/ipv4/gre_offload.c index c15