[ovs-dev] OpenvSwitch problem

2015-04-22 Thread Tuan Nguyen
0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 02:25:9c:13:0a:22 (oui Unknown), length 300 22:30:19.002090 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 02:25:9c:13:0a:22 (oui Unknown), length 300 When I tried it with kernel 3.10, OpenvSwitch v

Re: [ovs-dev] [PATCH] datapath: Provide alternate name for setup_udp_tunnel_sock()

2015-04-20 Thread Tuan Nguyen
udp_tunnel_xmit_skb rpl_udp_tunnel_xmit_skb ... +#define udp_tunnel_sock_release rpl_udp_tunnel_sock_release Thanks Tuan Nguyen On Tue, Apr 21, 2015 at 5:37 AM, Alex Wang wrote: > Thx Thomas, Tuan, > > Please refer to this thread for the converstaion about renaming > and exporting all symbols. > >

Re: [ovs-dev] [PATCH] datapath: Provide alternate name for setup_udp_tunnel_sock()

2015-04-20 Thread Tuan Nguyen
); - +#define udp_tunnel_sock_release rpl_udp_tunnel_sock_release void udp_tunnel_sock_release(struct socket *sock); void ovs_udp_gso(struct sk_buff *skb); Thanks Tuan Nguyen On Mon, Apr 20, 2015 at 3:24 PM, Thomas Graf wrote: > On 04/20/15 at 10:16am, Thomas Graf wrote: > > On 04/20

Re: [ovs-dev] OpenvSwitch on kernel 3.18.x

2015-04-19 Thread Tuan Nguyen
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 wrote: > On Fri, Apr 17, 2015

[ovs-dev] OpenvSwitch on kernel 3.18.x

2015-04-17 Thread Tuan Nguyen
miss some patch in somewhere. Could you send me a patch to make openvswitch v2.3.1 work on kernel 3.18.x Thanks Tuan Nguyen ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev