From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 46D5A29CA for ; Fri, 23 Jun 2017 16:36:01 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 07:36:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,378,1493708400"; d="scan'208";a="1144199012" Received: from tanjianf-mobl.ccr.corp.intel.com (HELO [10.255.30.157]) ([10.255.30.157]) by orsmga001.jf.intel.com with ESMTP; 23 Jun 2017 07:35:59 -0700 To: Thomas Monjalon , dev@dpdk.org, =?UTF-8?Q?Ga=c3=abtan_Rivet?= References: <20170623081952.GI2344@bidouze.vm.6wind.com> <1567877.JBF0JEdNHY@xps> From: "Tan, Jianfeng" Message-ID: <28fcd714-fed2-e3ad-67c3-57edb2255493@intel.com> Date: Fri, 23 Jun 2017 22:35:58 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1567877.JBF0JEdNHY@xps> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 0/9] bus/pci: remove PCI bus from EAL 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, 23 Jun 2017 14:36:01 -0000 Hi Thomas & Gaetan, On 6/23/2017 8:48 PM, Thomas Monjalon wrote: > 23/06/2017 10:19, Gaëtan Rivet: >> Hi Jianfeng, >> >> On Fri, Jun 23, 2017 at 11:29:46AM +0800, Tan, Jianfeng wrote: >>> Hi Gaetan, >>> >>> Do you (or anyone else) have plan to move vdev bus into drivers/bus/. >> It is in the roadmap for the DPDK, but I haven't planned to do it. > We need to move vdev in drivers/bus/ to complete the bus rework. > > Any volunteer? > Actually I have a version when I'm trying to support vdev in primary/secondary mode. I would love to send it out for review. Thanks, Jianfeng