On Fri, Aug 12, 2016 at 2:46 AM, Simon Horman <simon.hor...@netronome.com> wrote: > Ensure that the inner_protocol is set on transmit so that GSO segmentation, > which relies on that field, works correctly. > > I have observed this is not the case when OvS transmits GRE using > lwtunnel metadata (which it always does). > > Fixes: 38720352412a ("gre: Use inner_proto to obtain inner header protocol") > Cc: Alexander Duyck <adu...@mirantis.com> > Reviewed-by: Dinan Gunawardena <dinan.gunaward...@netronome.com> > Acked-by: Jakub Kicinski <jakub.kicin...@netronome.com> > Signed-off-by: Simon Horman <simon.hor...@netronome.com>
Looks good. I'm surprised we had such a difference in how this was handled between the flow based and device based paths. Acked-by: Alexander Duyck <alexander.h.du...@intel.com>