On Fri, Jul 24, 2020 at 01:17:36PM +0200, Paul HENG wrote:
> I'm working on a project that needs to add a lot of ports to OVS bridges
> (from 10 to potentially over 1K ports) and I'm wondering what is the most
> time efficient way to add them to the different bridges. At the moment I'm
> using a single ovs-vsctl command to apply all the add-port commands, but are
> there any alternatives that might be interesting ? I'm calling ovs-vsctl
> from a Golang program so I was also wondering if ovs-vsctl can be used
> safely by multiple threads at the same time or if it should be avoided.

I think that there's a Go language binding to the OVSDB protocol.  If
so, it's probably faster than to use a separate ovs-vsctl process.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to