Re: [ovs-discuss] interested in ovs gre tunneling implement

2016-05-18 Thread nickcooper-zhangtonghao
Hi, The gre/vxlan tunneling network should create an udp socket in the kernel. When you add a gre/vxlan port, a gre/vlxan net_device struct will been registered. UDP socket will been created when you open the port. The gre/vxlan packets are processed in the udp_queue_rcv_skb kernel code

Re: [ovs-discuss] interested in ovs gre tunneling implement

2016-05-15 Thread William Tu
Hi Willy, Please see comment below. On Wed, May 11, 2016 at 8:52 AM, Willy Chen wrote: > Hello, > > I want to know about how OVS to deal with gre tunnel, > What things OVS doing when packet send out through tunnel? > OVS uses Linux GRE tunnel implementation. When packet sends out through tunne

Re: [ovs-discuss] interested in ovs gre tunneling implement

2016-05-11 Thread Willy Chen
Apologize for the broken text image I draw it again, +---+ +---+ | | | | | ++| | ++| | | h1 ++ | | | h2 ++ | | ++| | | ++| | | +--+-+-+ | |