From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: [PATCH 0/4] Some fixes for vhost zero copy Date: Fri, 22 Feb 2019 10:42:05 +0800 Message-ID: <20190222024209.30879-1-tiwei.bie@intel.com> To: maxime.coquelin@redhat.com, zhihong.wang@intel.com, dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C12931D7 for ; Fri, 22 Feb 2019 03:44:58 +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 (4): vhost: restore mbuf first when freeing zmbuf vhost: fix potential use-after-free for zero copy mbuf vhost: fix potential use-after-free for memory region doc: improve vhost zero copy guide doc/guides/prog_guide/vhost_lib.rst | 3 +++ lib/librte_vhost/vhost.h | 34 +++++++++++++++++++++++ lib/librte_vhost/vhost_user.c | 42 ++++++++++++++++++++++------- lib/librte_vhost/virtio_net.c | 34 ----------------------- 4 files changed, 70 insertions(+), 43 deletions(-) -- 2.17.1