From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: [git pull] virtio changes for 17.08-rc1 Date: Fri, 16 Jun 2017 20:16:41 +0800 Message-ID: <20170616121641.GC5340@yliu-home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-pg0-f67.google.com (mail-pg0-f67.google.com [74.125.83.67]) by dpdk.org (Postfix) with ESMTP id D16C82BD1 for ; Fri, 16 Jun 2017 14:16:49 +0200 (CEST) Received: by mail-pg0-f67.google.com with SMTP id j186so5910046pge.1 for ; Fri, 16 Jun 2017 05:16:49 -0700 (PDT) Content-Disposition: inline List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-)