[PATCH 1/3] ovstest: fix a typo in a comment [PATCH 2/3] command-line: add ovs_cmdl_ prefix [PATCH 3/3] command-line: add ovs_cmdl_context
These 3 patches are inteded for master, though they originated from something I was working on for the ovn branch. I'm going to post an RFC patch after this to show how I'm using it. lib/command-line.c | 44 ++-- lib/command-line.h | 32 ++- lib/daemon-unix.c | 6 ovsdb/ovsdb-client.c | 4 ovsdb/ovsdb-server.c | 4 ovsdb/ovsdb-tool.c | 75 ++++--- tests/ovstest.c | 22 +- tests/ovstest.h | 14 + tests/test-bitmap.c | 11 - tests/test-classifier.c | 30 +-- tests/test-cmap.c | 25 +- tests/test-heap.c | 25 +- tests/test-jsonrpc.c | 43 ++-- tests/test-netflow.c | 4 tests/test-ovsdb.c | 226 ++++++++++++----------- tests/test-reconnect.c | 56 +++-- tests/test-sflow.c | 4 tests/test-util.c | 49 ++--- tests/test-vconn.c | 41 ++-- utilities/ovs-appctl.c | 4 utilities/ovs-benchmark.c | 21 +- utilities/ovs-dpctl.c | 4 utilities/ovs-ofctl.c | 341 ++++++++++++++++++------------------ utilities/ovs-testcontroller.c | 4 utilities/ovs-vlan-bug-workaround.c | 2 utilities/ovs-vsctl.c | 2 vswitchd/ovs-vswitchd.c | 4 vtep/vtep-ctl.c | 2 28 files changed, 587 insertions(+), 512 deletions(-) -- Russell Bryant _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
