Don't use separate asynchronous event connection for user datapath.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 22:39:06 +0000 (14:39 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 22:39:06 +0000 (14:39 -0800)
commitc5fa5e4b115c3a92d87f293c311d6b67d05c2b42
tree6184473a6f9ddc7c3a9fdbb8f531a92a023f76eb
parentbe90e8e408f7ae82c21bf9e7d087bdb112e631b1
Don't use separate asynchronous event connection for user datapath.

Commit 14439fa80c, "Maintain separate async and sync connections to nl:0
in secchan," modified secchan to use two separate connections to the
datapath, one for asynchronous events, one for requests and replies.  This
technique doesn't work for the user datapath, which always sends
asynchronous events on all its connections.  Fortunately, it isn't
necessary for the user datapath, either, because the user datapath is
smart enough not to drop message replies.

Tested by Justin.
secchan/secchan.c