[ovs-git] Open vSwitch: worker: Delete library. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jul 12 21:44:03 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  92fa2e9272a5d2120339f106ba39285d5dac8d44 (commit)
       via  5a13f2f47573a2d14465af0fd3b67f4e58a7bf5c (commit)
      from  c66ee51484d7489c635fcc58fd87e85665730f78 (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 92fa2e9272a5d2120339f106ba39285d5dac8d44
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=92fa2e9272a5d2120339f106ba39285d5dac8d44
Author: Ben Pfaff <blp at nicira.com>
		
worker: Delete library.
		
It had no remaining users.

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


commit 5a13f2f47573a2d14465af0fd3b67f4e58a7bf5c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5a13f2f47573a2d14465af0fd3b67f4e58a7bf5c
Author: Ben Pfaff <blp at nicira.com>
		
system-stats: Remove worker process support.
		
The worker process implementation isn't thread-safe and, once OVS
itself is threaded, it doesn't make much sense to have a worker
process anyway.

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


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

Summary of changes:
 Makefile.am             |    2 +-
 lib/automake.mk         |    4 +-
 lib/daemon.c            |    2 +
 lib/worker.c            |  472 -----------------------------------------------
 lib/worker.h            |   68 -------
 vswitchd/ovs-vswitchd.c |    5 -
 vswitchd/system-stats.c |  145 +++------------
 7 files changed, 28 insertions(+), 670 deletions(-)
 delete mode 100644 lib/worker.c
 delete mode 100644 lib/worker.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list