From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 0F47A1B27E for ; Fri, 13 Oct 2017 04:02:45 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 12 Oct 2017 19:02:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,369,1503385200"; d="scan'208";a="909478777" Received: from dpdk06.sh.intel.com ([10.67.110.196]) by FMSMGA003.fm.intel.com with ESMTP; 12 Oct 2017 19:02:42 -0700 From: Jianfeng Tan To: dev@dpdk.org Cc: jblunck@infradead.org, bruce.richardson@intel.com, konstantin.ananyev@intel.com, pablo.de.lara.guarch@intel.com, thomas@monjalon.net, yliu@fridaylinux.org, maxime.coquelin@redhat.com, mtetsuyah@gmail.com, ferruh.yigit@intel.com, Jianfeng Tan Date: Fri, 13 Oct 2017 02:04:08 +0000 Message-Id: <1507860252-137510-1-git-send-email-jianfeng.tan@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1507519229-80692-1-git-send-email-jianfeng.tan@intel.com> References: <1507519229-80692-1-git-send-email-jianfeng.tan@intel.com> Subject: [dpdk-dev] [PATCH v7 0/4] move vdev into drivers/bus 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: Fri, 13 Oct 2017 02:02:46 -0000 v7: - Add notice in release note for API change, and bump library version of librte_cryptodev and librte_eal, as suggested by Thomas. v6: - Don't introduce the static log type for bug, instead we use dynamic log type for vdev, suggested by Shreyansh Jain. v4 & v5: - Fix issues of compiling shared library. - Remove extra symbols in drivers/bus/vdev/rte_bus_vdev_version.map. - Address checkpatch warnings. This patch set depends on: http://dpdk.org/ml/archives/dev/2017-October/077855.html This patch set is originated from below series: http://dpdk.org/ml/archives/dev/2017-September/076821.html As per previous discussions, we tend to move all bus drivers from EAL to drivers/bus/. This patch set targets vdev bus. Jianfeng Tan (4): ethdev: support attach vdev in secondary process vhost: allocate virtio_net in memzone vhost: support to kick in secondary process net/vhost: support to run in the secondary process drivers/net/vhost/rte_eth_vhost.c | 200 ++++++++++++++++++++++++++++++--- lib/librte_ether/rte_ethdev_vdev.h | 26 +++-- lib/librte_vhost/rte_vhost.h | 3 + lib/librte_vhost/rte_vhost_version.map | 7 ++ lib/librte_vhost/socket.c | 2 + lib/librte_vhost/vhost.c | 71 ++++++++++-- lib/librte_vhost/vhost.h | 7 +- lib/librte_vhost/vhost_user.c | 17 +-- 8 files changed, 292 insertions(+), 41 deletions(-) -- 2.7.4