Hi Thomas, Please consider pulling following virtio changes for 17.08-rc1 at git://dpdk.org/next/dpdk-next-virtio master
Thanks. --yliu --- Daniel Verkamp (1): vhost: access VhostUsrMsg via packed struct Dariusz Stojaczyk (3): vhost: fix malloc size too small vhost: fix memory leak vhost: added error log for badly negotiated features Jens Freimann (1): vhost: check malloc return value when allocating guest pages Tiwei Bie (1): net/virtio: zero the whole memory zone Yuanhan Liu (1): vhost: fix crash on NUMA Zhihong Wang (1): vhost: support rx_queue_count --- drivers/net/vhost/rte_eth_vhost.c | 13 ++++++++ drivers/net/virtio/virtio_ethdev.c | 2 +- lib/librte_vhost/rte_vhost.h | 12 +++++++ lib/librte_vhost/rte_vhost_version.map | 7 +++++ lib/librte_vhost/vhost.c | 28 ++++++++++++++++- lib/librte_vhost/vhost_user.c | 81 +++++++++++++++++++++++++++++------------------- 6 files changed, 109 insertions(+), 34 deletions(-)