Patches 1, 2, 3, 4, and 6 are new. Patch 5 is revised according to suggestions from Russell Bryant and other stuff I noticed: - Add NEWS item. - Add documentation. - Update a test.
Ben Pfaff (6): vlog: Make 'vlog_modules' private to vlog.c. vlog: Simplify module definition. vlog: Stop using explicit references to external log modules. vlog: Make the most common module reference more direct. vlog: Add vlog/close command. vlog: Use log_file_mutex to more consistently protect vlog_modules. NEWS | 2 + include/openvswitch/vlog.h | 93 ++++++++++++++++++++-------------------------- lib/bfd.c | 4 +- lib/db-ctl-base.c | 2 +- lib/dpif.c | 8 ++-- lib/jsonrpc.c | 4 +- lib/ofp-prop.h | 2 +- lib/stream-ssl.c | 4 +- lib/vconn-stream.c | 4 +- lib/vlog-unixctl.man | 9 ++++- lib/vlog.c | 48 +++++++++++++++++++++--- ovn/utilities/ovn-nbctl.c | 5 +-- ovn/utilities/ovn-sbctl.c | 7 ++-- python/ovs/vlog.py | 11 +++++- tests/test-reconnect.c | 5 +-- tests/unixctl-py.at | 1 + tests/vlog.at | 74 ++++++++++++++++++++++++++++++++++++ utilities/ovs-appctl.8.in | 10 +++-- utilities/ovs-vsctl.c | 5 +-- vtep/vtep-ctl.c | 7 ++-- 20 files changed, 210 insertions(+), 95 deletions(-) -- 2.1.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev