utilities: Add new pipeline generator script.
authorEthan Jackson <ethan@nicira.com>
Thu, 26 Mar 2015 19:52:42 +0000 (12:52 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 8 May 2015 22:26:26 +0000 (15:26 -0700)
commitc875bb948df059855c18b29bdfbfbfcb986e607a
treeeb8ef592c0d348ccec92a8bad76caa44a742f289
parent36be51c5b09c97a62c342e8ff0bb2d1a33ea2b68
utilities: Add new pipeline generator script.

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 virtualization workloads.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
utilities/automake.mk
utilities/ovs-pipegen.py [new file with mode: 0755]