[ovs-dev] Restore flows is slow using "ovs-save", is there someone who use RPC to speed up flow restore?

Sam batmanustc at gmail.com
Fri Nov 24 03:08:20 UTC 2017


ovs-save is a shell script, using `ovs-ofctl dump-flows br` to write flows
into a file, and then use `ovs-ofctl add-flows br FILE` to add them.

2017-11-24 11:07 GMT+08:00 Sam <batmanustc at gmail.com>:

> Hi all,
>
> I'm working on speed up ovs restart, I found that restore flows is slow
> when there are lots of flows, so I want to use RPC to store flows in
> another process, and then restore from it.
>
> Is there someone who have worked on this? could you share how faster after
> this change? Thank you~
>
> Or is there some other ways to speed up? Thank you~!
>


More information about the dev mailing list