dpif-linux: Open dpif despite notifier failures.
authorEthan Jackson <ethan@nicira.com>
Wed, 14 Sep 2011 18:26:21 +0000 (11:26 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 16 Sep 2011 18:22:30 +0000 (11:22 -0700)
commit8f4a4df5e354721ef8ae47f1e8aa8af55d10aa38
tree7fcb5b5b7e509a24c677b44e034584007360a556
parent7fad428207c1d2ef50878da0740ee94dd57eb8bf
dpif-linux: Open dpif despite notifier failures.

Before this patch, if dpif-linux failed to register a notifier it
would give up opening the datapath entirely.  This seems draconian
as a dpif can still perform the majority of its intended
functionality without vport notifications.
lib/dpif-linux.c