[ovs-git] Open vSwitch: stress: Remove essentially unused library. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Jul 15 18:12:44 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  bef30838592ebe816f0d8e8003bfa0e6fc806f79 (commit)
      from  c649fe54427ea6e6c53e0c832314d999ec11e4e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bef30838592ebe816f0d8e8003bfa0e6fc806f79
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bef30838592ebe816f0d8e8003bfa0e6fc806f79
Author: Ben Pfaff <blp at nicira.com>
		
stress: Remove essentially unused library.
		
The "stress" library was introduced years ago.  We intended at the time to
start using it to provoke errors in testing, to make sure that Open vSwitch
was resilient against those errors.  The intention was good, but there were
few actual implementations of stress options, and the testing never
materialized.

Rather than adapt the stress library for thread safety, this seems like a
good opportunity to remove it, so this commit does so.

Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/automake.mk            |    8 --
 lib/netlink-socket.c       |   14 ---
 lib/stream-fd.c            |   17 ----
 lib/stress-unixctl.man     |   72 ---------------
 lib/stress.c               |  219 --------------------------------------------
 lib/stress.h               |   94 -------------------
 manpages.mk                |    4 -
 ovsdb/ovsdb-server.1.in    |    1 -
 ovsdb/ovsdb-server.c       |    2 -
 vswitchd/ovs-vswitchd.8.in |    1 -
 vswitchd/ovs-vswitchd.c    |    2 -
 11 files changed, 434 deletions(-)
 delete mode 100644 lib/stress-unixctl.man
 delete mode 100644 lib/stress.c
 delete mode 100644 lib/stress.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list