From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: [PATCH 0/6] Some fixes for vhost Date: Fri, 4 Jan 2019 12:06:36 +0800 Message-ID: <20190104040642.27463-1-tiwei.bie@intel.com> To: maxime.coquelin@redhat.com, zhihong.wang@intel.com, dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B28351B3F0 for ; Fri, 4 Jan 2019 05:09:18 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Tiwei Bie (6): vhost: fix desc access in relay helpers vhost: fix possible out of bound access in relay helpers vhost: fix possible dead loop in relay helpers vhost: fix possible out of bound access in vector filling vhost: fix possible dead loop in vector filling vhost: ensure event idx is mapped when negotiated lib/librte_vhost/vdpa.c | 55 ++++++++++++++++++++++++++++------- lib/librte_vhost/vhost_user.c | 15 ++++++---- lib/librte_vhost/virtio_net.c | 16 ++++++++++ 3 files changed, 69 insertions(+), 17 deletions(-) -- 2.17.1