On Fri, May 18, 2018 at 5:49 PM, Greg Rose <[email protected]> wrote: > Fixes compile errors on some 4.x kernels. > > Signed-off-by: Greg Rose <[email protected]> > ---
LGTM Acked-by: William Tu <[email protected]> > datapath/linux/compat/ip_gre.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/datapath/linux/compat/ip_gre.c b/datapath/linux/compat/ip_gre.c > index f849971..b1493e0 100644 > --- a/datapath/linux/compat/ip_gre.c > +++ b/datapath/linux/compat/ip_gre.c > @@ -421,6 +421,7 @@ static bool is_gre_gso(struct sk_buff *skb) > return skb_is_gso(skb); > } > > +#define gre_handle_offloads rpl_gre_handle_offloads > static int rpl_gre_handle_offloads(struct sk_buff *skb, bool gre_csum) > { > int type = gre_csum ? SKB_GSO_GRE_CSUM : SKB_GSO_GRE; > -- > 1.8.3.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
