Hi Ben, I tried with newest openvswitch in github ( https://github.com/openvswitch/ovs) with OpenWrt version in trunk. When kernel booting, it shows: openvswitch: exports duplicate symbol setup_udp_tunnel_sock (owned by udp_tunnel)
Is it a issue ? I traced and saw 2 files below have export the same function: setup_udp_tunnel_sock openvswitch source: /datapath/linux/compat/udp_tunnel.c kernel (3.18.11): /net/ipv4/udp_tunnel.c How about I comment a export line in openvswitch source ? Thanks Tuan Nguyen On Fri, Apr 17, 2015 at 9:41 PM, Ben Pfaff <b...@nicira.com> wrote: > On Fri, Apr 17, 2015 at 03:47:00PM +0700, Tuan Nguyen wrote: > > I am woking on openvswitch, but my device just support kernel 3.18, and > > currently openvswitch v2.3.1 does not support kernel 3.18.x. > > > > I found you tested with kernel 3.18 in here: > > http://openvswitch.org/pipermail/dev/2014-December/049583.html, but I > don't > > know is it enough, maybe I could miss some patch in somewhere. > > > > Could you send me a patch to make openvswitch v2.3.1 work on kernel > 3.18.x > > From the FAQ: > > ### Q: I get an error like this when I configure Open vSwitch: > > configure: error: Linux kernel in <dir> is version <x>, but > version newer than <y> is not supported (please refer to the > FAQ for advice) > > What should I do? > > A: You have the following options: > > - Use the Linux kernel module supplied with the kernel that you are > using. (See also the following FAQ.) > > - If there is a newer released version of Open vSwitch, consider > building that one, because it may support the kernel that you are > building against. (To find out, consult the table in the > previous FAQ.) > > - The Open vSwitch "master" branch may support the kernel that you > are using, so consider building the kernel module from "master". > > All versions of Open vSwitch userspace are compatible with all > versions of the Open vSwitch kernel module, so you do not have to > use the kernel module from one source along with the userspace > programs from the same source. > _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev