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 E90DB5680 for ; Wed, 13 May 2015 11:01:13 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 13 May 2015 02:01:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,420,1427785200"; d="scan'208";a="709469125" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.50]) by fmsmga001.fm.intel.com with SMTP; 13 May 2015 02:01:11 -0700 Received: by (sSMTP sendmail emulation); Wed, 13 May 2015 10:01:10 +0025 Date: Wed, 13 May 2015 10:01:10 +0100 From: Bruce Richardson To: Thomas Monjalon Message-ID: <20150513090109.GB12276@bricha3-MOBL3> References: <1431012951-6423-1-git-send-email-bruce.richardson@intel.com> <1431450315-13179-1-git-send-email-bruce.richardson@intel.com> <555254E5.7050906@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <555254E5.7050906@6wind.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory 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: Wed, 13 May 2015 09:01:14 -0000 On Tue, May 12, 2015 at 09:30:45PM +0200, Thomas Monjalon wrote: > 2015-05-12 19:04, Bruce Richardson: > > drivers/e1000/e1000/e1000_hw.h | 1026 ++++ > > As explained in a previous comment, > http://dpdk.org/ml/archives/dev/2015-May/017509.html > I think this path would be better: > drivers/net/e1000/base/e1000_hw.h > Two reasons why I didn't create the "net" subfolder: 1. I initally forgot to consider it :-( 2. While we may at some future point have other device driver types, are we really needing to start categorising PMDs at this point? As for the base driver part, I was viewing that as a something that should be a separate patch set, since it's unrelated to moving things to the drivers subdir. I realise now, I should have replied to the original email with these points before diving into the new patchset. My bad... /Bruce