From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 02/19] drivers: create drivers and drivers/net directory Date: Wed, 20 May 2015 17:04:35 +0200 Message-ID: <5822237.JRlZbxOZb6@xps13> References: <1431450315-13179-1-git-send-email-bruce.richardson@intel.com> <1431705423-16134-1-git-send-email-bruce.richardson@intel.com> <1431705423-16134-3-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 807D35A08 for ; Wed, 20 May 2015 17:05:21 +0200 (CEST) Received: by wizk4 with SMTP id k4so158722769wiz.1 for ; Wed, 20 May 2015 08:05:21 -0700 (PDT) In-Reply-To: <1431705423-16134-3-git-send-email-bruce.richardson@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-05-15 16:56, Bruce Richardson: > Add a new top-level "drivers" directory to which all PMDs will be moved > for easier maintenance of both lib folder and drivers themselves. This > new directory is a dependency of all the apps in the app folder, so > the makefiles for each app are updated. Why drivers are a dependency of every apps? Some of them don't even include rte_ethdev.h.