numam-dpdk/lib/librte_vhost
Yuanhan Liu 6fe390eed0 vhost: fix build with kernel < 3.5
VIRTIO_NET_F_GUEST_ANNOUNCE is a new feature introduced since kernel
v3.5. For older kernels (or more precisely, old distributions), we
could simply define it manually, to fix the "macro not defined" error.

Fixes: d293dac8f3 ("vhost: claim support of guest announce")

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2016-03-11 16:46:18 +01:00
..
eventfd_link vhost: fix kernel module insertion 2015-11-24 21:34:11 +01:00
libvirt
vhost_cuse vhost: remove device operations pointers 2016-02-19 19:33:31 +01:00
vhost_user vhost: broadcast RARP by injecting in receiving mbuf array 2016-02-29 16:55:30 +01:00
Makefile vhost: fix build dependency 2016-02-18 20:25:15 +01:00
rte_vhost_version.map
rte_virtio_net.h vhost: fix build with kernel < 3.5 2016-03-11 16:46:18 +01:00
vhost_rxtx.c vhost: broadcast RARP by injecting in receiving mbuf array 2016-02-29 16:55:30 +01:00
vhost-net.h vhost: remove device operations pointers 2016-02-19 19:33:31 +01:00
virtio-net.c vhost: check memory map before address translation 2016-02-21 11:17:48 +01:00
virtio-net.h