dpif: Allow providers to be managed at runtime.
authorJesse Gross <jesse@nicira.com>
Mon, 1 Feb 2010 16:36:01 +0000 (11:36 -0500)
committerJesse Gross <jesse@nicira.com>
Mon, 1 Feb 2010 17:00:53 +0000 (12:00 -0500)
commit999401aa9caf241400406192ca7e55d7732a1c44
treeb741739ea1c853e92b390d451775af1f9adeda6c
parent77909859b05f0d2466069883306e8d75d280bbe7
dpif: Allow providers to be managed at runtime.

The list of datapath providers was previously staticly defined at
compile time.  This allows new providers to be added and removed
at runtime.
lib/dpif-linux.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h