From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B77308D9E for ; Mon, 2 Nov 2015 11:13:22 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 02 Nov 2015 02:13:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,234,1444719600"; d="scan'208";a="824786483" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 02 Nov 2015 02:13:20 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 2 Nov 2015 10:13:19 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by IRSMSX156.ger.corp.intel.com ([169.254.3.245]) with mapi id 14.03.0248.002; Mon, 2 Nov 2015 10:13:19 +0000 From: "Iremonger, Bernard" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v7 00/28] remove pci driver from vdevs Thread-Index: AQHREyT7jog3wScasESCkXff5+cO7Z6IW+AAgAArfZA= Date: Mon, 2 Nov 2015 10:13:18 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C219F76EE0@IRSMSX108.ger.corp.intel.com> References: <533710CFB86FA344BFBF2D6802E6028621B5A5E8@SHSMSX101.ccr.corp.intel.com> <1846921.aMtNxlC2Q7@xps13> In-Reply-To: <1846921.aMtNxlC2Q7@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v7 00/28] remove pci driver from vdevs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 10:13:23 -0000 Hi Thomas, Michael, > > Hi, Bernard > > > > Could we merge some patch together? I see lots of patches are simple > > and doing the same thing but in different NIC, merge them almost have > > no affect of review, what's more it will make reviewers more > > comfortable with less and simple patches. > > > > Then we could have a clean patch set with almost 5 patches, not totally= 28. > > > > librte_eal: add RTE_KDRV_NONE for vdevs > > librte_ether: add fields from rte_pci_driver to rte_eth_dev_data > > drivers: copy pci device info to eth_dev data > > librte_ether: remove branches on pci_dev > > drivers: remove pci device >=20 > Yes I agree with Michael I will reduce the number of patches in the patch set. Regards, Bernard.=20