ovs-vsctl batch mode was not real batch mode. It still executes multiple
commands (e.g. for port binding) one by one. This patch fixes it with real
batch mode that executs all commands in a single transaction.
Note: this works only for sandbox mode. For using docker, it still executes
commands separately.
ovs-vsctl batch mode was not real batch mode. It still executes multiple commands (e.g. for port binding) one by one. This patch fixes it with real batch mode that executs all commands in a single transaction.
Note: this works only for sandbox mode. For using docker, it still executes commands separately.
Signed-off-by: Han Zhou hzhou8@ebay.com