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 855607CE1 for ; Mon, 9 Oct 2017 13:08:07 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 09 Oct 2017 04:08:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,500,1500966000"; d="scan'208";a="1180135486" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 09 Oct 2017 04:08:06 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 9 Oct 2017 04:08:05 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 9 Oct 2017 04:08:05 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Mon, 9 Oct 2017 19:08:03 +0800 From: "Tan, Jianfeng" To: "dev@dpdk.org" CC: "jblunck@infradead.org" , "Richardson, Bruce" , "Ananyev, Konstantin" , "De Lara Guarch, Pablo" , "thomas@monjalon.net" , "yliu@fridaylinux.org" , "maxime.coquelin@redhat.com" , "mtetsuyah@gmail.com" , "Yigit, Ferruh" Thread-Topic: [PATCH v4 0/5] move vdev into drivers/bus Thread-Index: AQHTQOzoT3mu7/g53Eq2gssyQscSxqLbW68w Date: Mon, 9 Oct 2017 11:08:02 +0000 Message-ID: References: <1507519229-80692-1-git-send-email-jianfeng.tan@intel.com> <1507546506-25227-1-git-send-email-jianfeng.tan@intel.com> In-Reply-To: <1507546506-25227-1-git-send-email-jianfeng.tan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 0/5] 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: Mon, 09 Oct 2017 11:08:07 -0000 Apologize! Just found I sent out the wrong patches. Please ignore this seri= es. > -----Original Message----- > From: Tan, Jianfeng > Sent: Monday, October 9, 2017 6:55 PM > To: dev@dpdk.org > Cc: jblunck@infradead.org; Richardson, Bruce; Ananyev, Konstantin; De Lar= a > Guarch, Pablo; thomas@monjalon.net; yliu@fridaylinux.org; > maxime.coquelin@redhat.com; mtetsuyah@gmail.com; Yigit, Ferruh; Tan, > Jianfeng > Subject: [PATCH v4 0/5] move vdev into drivers/bus >=20 > v4: > - Fix issues of compiling shared library. > - Remove extra symbols in drivers/bus/vdev/rte_bus_vdev_version.map. >=20 > This patch set depends on: > http://dpdk.org/ml/archives/dev/2017-October/077855.html >=20 > This patch set is originated from below series: > http://dpdk.org/ml/archives/dev/2017-September/076821.html >=20 > As per previous discussions, we tend to move all bus drivers from EAL > to drivers/bus/. This patch set targets vdev bus. >=20 >=20 > Jianfeng Tan (5): > bus/vdev: scan and probe vdev in secondary processes > 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 >=20 > drivers/bus/vdev/vdev.c | 104 ++++++++++++++++- > 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 +-- > 9 files changed, 392 insertions(+), 45 deletions(-) >=20 > -- > 2.7.4