Re: [ovs-dev] [PATCH] [RFC] datapath: Implement vxlan-soe

2014-05-13 Thread Han Zhou
Repost it since the original one was blocked by some spam filters. @Jesse, could you help review it from technical point of view? If this looks good I can then make it optional and configurable. Thanks a lot! -Han On Mon, May 12, 2014 at 4:04 PM, Han Zhou wrote: > This patch implements vxlan-soe

[ovs-dev] [PATCH] [RFC] datapath: Implement vxlan-soe

2014-05-12 Thread Han Zhou
This patch implements vxlan-soe: http://tools.ietf.org/html/draft-zhou-li-vxlan-soe-01 Tested VXLAN throughput between two hypervisors, and the performance gain of vxlan-soe is significant. netperf TCP_STREAM test result: Before the change: 2.62 Gbits/sec After the change: 6.68 Gbits/sec Spee