Our Travis fails to build kernel module with recent kernel 4.14.162.
It'll be good if someone could take a look:

https://travis-ci.org/ovsrobot/ovs/jobs/632805584

ovs/datapath/linux/ip_tunnel.c: In function ‘rpl_tnl_update_pmtu’:
ovs/datapath/linux/ip_tunnel.c:270:3: error: too few arguments to function 
‘skb_dst((const struct sk_buff *)skb)->ops->update_pmtu’
   skb_dst(skb)->ops->update_pmtu(skb_dst(skb), NULL, skb, mtu);
   ^

ovs/datapath/linux/ip6_gre.c: In function ‘ip6erspan_tunnel_xmit’:
ovs/datapath/linux/ip6_gre.c:1092:3: error: too few arguments to function 
‘dst->ops->update_pmtu’
   dst->ops->update_pmtu(dst, NULL, skb, dst->dev->mtu);
   ^

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to