Re: [PATCH net v3] gre: set inner_protocol on xmit

2016-08-15 Thread pravin shelar
On Mon, Aug 15, 2016 at 4:06 AM, Simon Horman wrote: > Ensure that the inner_protocol is set on transmit so that GSO segmentation, > which relies on that field, works correctly. > > This is achieved by setting the inner_protocol in gre_build_header rather > than each caller of that function. It en

[PATCH net v3] gre: set inner_protocol on xmit

2016-08-15 Thread Simon Horman
Ensure that the inner_protocol is set on transmit so that GSO segmentation, which relies on that field, works correctly. This is achieved by setting the inner_protocol in gre_build_header rather than each caller of that function. It ensures that the inner_protocol is set when gre_fb_xmit() is used