[ovs-dev] [PATCH v2 2/3] ovs-save: Use a file to restore flows instead of heredoc

Ben Pfaff blp at ovn.org
Fri Oct 27 16:55:59 UTC 2017


On Tue, Oct 17, 2017 at 03:27:31PM -0200, Flavio Leitner wrote:
> On Mon, 25 Sep 2017 16:44:05 +0200
> Timothy Redaelli <tredaelli at redhat.com> wrote:
> 
> > This patch makes ovs-save to use a file to restore flows instead of using
> > shell script here-document.
> > This is needed since eval + here-documents are much slower than reading a file
> > with the rules directly.
> > 
> > Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
> > ---
> >  utilities/ovs-save | 13 +++++++------
> >  1 file changed, 7 insertions(+), 6 deletions(-)
> > 
> 
> Acked-by: Flavio Leitner <fbl at sysclose.org>
> Thanks!

Thanks Flavio and Timothy, I applied this to master.


More information about the dev mailing list