vmbus: not having uio_hv_generic is not an error 31/18231/2
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 13 Mar 2019 02:06:32 +0000 (19:06 -0700)
committerDamjan Marion <dmarion@me.com>
Wed, 13 Mar 2019 08:22:02 +0000 (08:22 +0000)
commit485710e0b7b81e7ee511cc227a8bbca19b1ecf80
tree30d5c1e0e3d5aefabb075a543ea132dd4a98ed70
parentc599c6f001bc28e1023fb5e74a27db37b1aae847
vmbus: not having uio_hv_generic is not an error

If uio_hv_generic is not loaded, then the startup code will
fallback to the older failsafe/tap method of initialization
in DPDK.  Therefore don't put out scary message in the log.

Also, reorder startup to avoid manipulating lower device until/unless
uio is going to work.

Change-Id: Ie1cc77b4b5359c04f00a93d01a772eccf3bbab37
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
src/vlib/linux/vmbus.c