>
> > This is useful and I think we would like to use it here. I have a few
> questions.
>
> Great! I really hope this moves the community in the direction of more
> realistic test cases.
>
> > How come the pipeline is set up with metadata instead of a chain of
> > tables as I presume that woul
> This is useful and I think we would like to use it here. I have a few
> questions.
Great! I really hope this moves the community in the direction of
more realistic test cases.
> How come the pipeline is set up with metadata instead of a chain of tables
> as I presume that would also work?
I
> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ethan
> Jackson
> Sent: Sunday, April 26, 2015 11:23 PM
> To: Ben Pfaff
> Cc: dev@openvswitch.org
> Subject: Re: [ovs-dev] [PATCH] utilities: Add new pipeline generator script.
This
> Would we care about making it run also with python3? Only 3 changes
> are required (see inline).
I don't think we care. At least none of the other python code in the
OVS tree does, this seems like an arbitrary place to start worrying
about it.
> I think it would be useful to add an option to i
I've been using the script successfully for the past few days, so
Acked-by: Daniele Di Proietto
I have a few comments (I feel ridiculous being so picky about a python
script, so feel free to apply/ignore them).
Would we care about making it run also with python3? Only 3 changes
are required (se
On Sun, Apr 26, 2015 at 03:23:17PM -0700, Ethan Jackson wrote:
> > Is it useful without accompanying code to generate appropriate packets
> > to exercise the flows?
>
> Yes.
>
> Daniele is using it with at the moment by running packet traces
> directly through the system. Plus a lot of synthetic
> Is it useful without accompanying code to generate appropriate packets
> to exercise the flows?
Yes.
Daniele is using it with at the moment by running packet traces
directly through the system. Plus a lot of synthetic workloads we use
regularly would be more characteristic if run on something
On Fri, Apr 24, 2015 at 05:29:28PM -0700, Ethan Jackson wrote:
> When doing OVS performance testing, it's important to have both
> realistic traffic traces and OpenFlow pipelines on which to evaluate
> prospective changes. As a first step in this direction, this patch
> adds a python script which
When doing OVS performance testing, it's important to have both
realistic traffic traces and OpenFlow pipelines on which to evaluate
prospective changes. As a first step in this direction, this patch
adds a python script which generates an OpenFlow pipeline intended to
simulate typical network vir