net/virtio: fix build without virtio-user
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jan 2017 22:13:00 +0000 (23:13 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jan 2017 22:25:08 +0000 (23:25 +0100)
commite754c959fca3f15263920789cf69148b9edd646e
treea17ec9a4b38e74da8280a5e7ee1f4a861fc5d8a0
parent1e07b4ecb18bc6c5dde929a1ae06a5b24b5d4f4c
net/virtio: fix build without virtio-user

When CONFIG_RTE_VIRTIO_USER is disabled (default on FreeBSD),
the virtio driver cannot be compiled:

librte_pmd_virtio.a(virtio_ethdev.o): In function `eth_virtio_dev_init':
(.text+0x1eba): undefined reference to `virtio_user_ops'

Reported-by: Andrew Rybchenko <arybchenko@solarflare.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
drivers/net/virtio/virtio_ethdev.c