[ovs-dev] [PATCH 11/13] datapath: Allow building against 3.19.x

Thomas Graf tgraf at noironetworks.com
Wed Feb 4 10:24:58 UTC 2015


On 02/03/15 at 10:09am, Pravin Shelar wrote:
> When I tried this patch series against mainline 3.19-rc7, I got
> following error on insert.
> 
> openvswitch: Unknown symbol rpl_vxlan_xmit_skb (err 0)
> openvswitch: Unknown symbol rpl_vxlan_sock_release (err 0)
> openvswitch: Unknown symbol rpl_vxlan_sock_add (err 0)

Good catch. The ifdef logic in compat/vxlan.c was erroneous so the
declarations where done properly but the symbols were missing. I've
fixed this and verified on 3.19, 3.16 and 3.12.

We desperately need CI for kmod on a kernel matrix.



More information about the dev mailing list