Re: [ovs-dev] [ovn v2 5/6] ovn: Constrain supported tunnel types.

2015-04-30 Thread Wes Felter
On 4/30/15 2:47 PM, Justin Pettit wrote: On Apr 30, 2015, at 12:34 PM, Wes Felter wrote: On 4/30/15 1:54 AM, Justin Pettit wrote: Limit the supported tunnel types to Geneve and STT on hypervisors, and VXLAN, Geneve, and STT on gateways. This commit adds "DESIGN.md" that des

Re: [ovs-dev] [ovn v2 5/6] ovn: Constrain supported tunnel types.

2015-04-30 Thread Wes Felter
ported for hypervisor-to-hypervisor traffic and VXLAN, Geneve, and STT are supported on hypervisor-gateway traffic? -- Wes Felter IBM Research - Austin ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] Buffer in openvswitch

2012-08-08 Thread Wes Felter
ne knows how this is implemented, or know some doc about this. Dally and Towles wrote a book about how switch chips work: http://store.elsevier.com/product.jsp?isbn=9780122007514 -- Wes Felter IBM Research - Austin ___ dev mailing list dev@

Re: [ovs-dev] Buffer in openvswitch

2012-08-07 Thread Wes Felter
to implement on today's servers. There may be some possible optimizations that would make OVS faster, but they would have to be something other than cut-through. I would assume OVS is already zero-copy, so reducing copies probably won't help either. -- Wes Felter IBM Researc