[ovs-discuss] Using docker daemon.json to use OVS bridge

2018-02-03 Thread Shivaram Mysore
Hi, Has anyone used docker's daemon.json based configuration [1] to use OVS bridge? If so what has been your experience? [1] https://docs.docker.com/engine/userguide/networking/default_network/build-bridges/ Thanks ___ discuss mailing list

Re: [ovs-discuss] About ovs2.8.1 & meter & iperf

2018-02-03 Thread Guoshuai Li
Hello, ovs 2.8 only support meter in netdev bridge, "netlink" does not support. there are currently some patches, you can follow: https://mail.openvswitch.org/pipermail/ovs-dev/2018-January/343960.html Thanks, Guoshuai. Hi, excuse me,when I used the ovs2.8.1 and implemented  “/ovs-ofctl -O

Re: [ovs-discuss] [OVN][RFC] ovn-northd simple optimization converting uuid from string

2018-02-03 Thread Daniel Alvarez Sanchez
Thanks Ben, On Sat, Feb 3, 2018 at 12:16 AM, Ben Pfaff wrote: > Nice finding! > > I don't think it's necessary to inline this into the header file to get > the speedup, since its caller along the uuid_from_string() call chain is > in the same file as hexit_value(). > > I did this