From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=cIO2Jwvud97vQRkunbcoJ30TvT92rkqp2rDq2wjEODs=; b=jJ49FflqxXD7erj/2GAI/w0BcrGaVTDi442b6XErPilAsZJ+CA/IcJZLNJk7e5HYaC 50G3rHjiQVxchcnAzE0NwdHM0+T9bADzN6RYlvLGMStNh8GqRlWZrGQbFxImPzNv0fce S5fachGkwzAGOLxA/ghfeMNe8UZBwGfLaAXimqGJ+vOV71VtsIZvh7bCH6S1u/guT4Nm 3WjJMJn/E+AAtAFulI+BvKiveqY07MRQHUkgFMDiWoDjqhdbPO3zaLJBjDyuB1BeWt0L z1yPWrp/gJwFg0n3DONgg8EUNBtHETEyqHPN0hywAR0EQDbFG9EhHt0vvWsNrJ9ArSRR fT/A== X-Gm-Message-State: ALoCoQkoJkN9mmBLoYUHTwrc8hVHIL/wSA6cUG9Ivf9pJ98uNpiZgbvB+Cd9BhbzH+CuXMMSne/F X-Received: by 10.194.123.4 with SMTP id lw4mr55582242wjb.94.1432134321255; Wed, 20 May 2015 08:05:21 -0700 (PDT) Received: from xps13.localnet ([62.159.77.186]) by mx.google.com with ESMTPSA id ez19sm3909360wid.19.2015.05.20.08.05.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 May 2015 08:05:20 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Wed, 20 May 2015 17:04:35 +0200 Message-ID: <5822237.JRlZbxOZb6@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <1431705423-16134-3-git-send-email-bruce.richardson@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 02/19] drivers: create drivers and drivers/net 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, 20 May 2015 15:05:21 -0000 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.