From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 513544C70 for ; Tue, 6 Mar 2018 11:45:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2018 02:45:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,431,1515484800"; d="scan'208";a="22160370" Received: from debian.sh.intel.com ([10.67.104.164]) by fmsmga007.fm.intel.com with ESMTP; 06 Mar 2018 02:45:01 -0800 From: Tiwei Bie To: dev@dpdk.org Cc: maxime.coquelin@redhat.com, jianfeng.tan@intel.com, yliu@fridaylinux.org, zhihong.wang@intel.com, xiao.w.wang@intel.com, cunming.liang@intel.com, dan.daly@intel.com, tiwei.bie@intel.com Date: Tue, 6 Mar 2018 18:43:24 +0800 Message-Id: <20180306104327.14470-1-tiwei.bie@intel.com> X-Mailer: git-send-email 2.11.0 Subject: [dpdk-dev] [PATCH 0/3] Extend vhost to support VFIO based accelerator X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 10:45:04 -0000 This patch set introduces the VFIO based accelerator support for vhost. This is a new vhost user protocol feature to better support the vDPA device at the vhost user backend. It allows interrupts/notifications being delivered between the driver in guest and the device in host directly. Dependencies: 1. This patch set depends on the below patch set for QEMU: http://lists.nongnu.org/archive/html/qemu-devel/2018-01/msg06028.html Some of the enum definitions in this patch set have been updated for the latest QEMU. A new patch set for QEMU will be sent out later. 2. This patch set depends on Zhihong's "selective datapath" patch set: http://dpdk.org/ml/archives/dev/2018-March/091858.html This patch set is generated on the latest master branch of dpdk-next-virtio with Zhihong's patches applied. Best regards, Tiwei Bie Tiwei Bie (3): vhost: do not generate signal when sendmsg fails vhost: support sending fds via send_vhost_message() vhost: support VFIO based accelerator lib/librte_vhost/rte_vhost.h | 28 ++++++ lib/librte_vhost/rte_vhost_version.map | 1 + lib/librte_vhost/socket.c | 2 +- lib/librte_vhost/vhost_user.c | 174 ++++++++++++++++++++++++++++++++- lib/librte_vhost/vhost_user.h | 9 ++ 5 files changed, 209 insertions(+), 5 deletions(-) -- 2.11.0