vswitchd: Integrate secchan into vswitchd.
authorBen Pfaff <blp@nicira.com>
Thu, 5 Mar 2009 20:30:36 +0000 (12:30 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 5 Mar 2009 20:30:36 +0000 (12:30 -0800)
commitddd012ecfcd1beb26fd42d815a872a5aec086ba8
treef23772061745716c94ad86b1e488720a9d6f2a3d
parentec7c9b2e14196860b00d16d977a6b527619f673d
vswitchd: Integrate secchan into vswitchd.

This change means that vswitchd is now a single process that manages all
of the datapaths, instead of a parent process and any number of secchan
subprocesses.

It may be better to fork off processes that each manage a few bridges, to
take advantage of multiple cores.  Perhaps this is upcoming.

There are numerous new configuration file directives that are, sadly, not
yet documented.
vswitchd/automake.mk
vswitchd/bridge.c