From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 90E5BA04B5;
	Tue, 27 Oct 2020 12:32:24 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 35B052BD3;
	Tue, 27 Oct 2020 12:32:23 +0100 (CET)
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by dpdk.org (Postfix) with ESMTP id A81F52BAA
 for <dev@dpdk.org>; Tue, 27 Oct 2020 12:32:20 +0100 (CET)
IronPort-SDR: T6mykTQVrkaLdklhlgIbQlhBiNvMdettcTwq/+6PL27Qz2rmwc8p9egJg+ZeWqr6+1MbBfiGPg
 kG7XyZLOgsGA==
X-IronPort-AV: E=McAfee;i="6000,8403,9786"; a="147347093"
X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="147347093"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 27 Oct 2020 04:32:19 -0700
IronPort-SDR: WK7qlIiAv/4eQt0jD8svHL9DRZ/T0E6+K3PuTcoBqJ+j6nlq2rfXUawc3ByE5h6HLT5+ePkFEX
 NOiExoR0VfKw==
X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="535753641"
Received: from bricha3-mobl.ger.corp.intel.com ([10.214.252.158])
 by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;
 27 Oct 2020 04:32:13 -0700
Date: Tue, 27 Oct 2020 11:32:07 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: dev@dpdk.org, ferruh.yigit@intel.com, david.marchand@redhat.com,
 olivier.matz@6wind.com, andrew.rybchenko@oktetlabs.ru,
 akhil.goyal@nxp.com, Nicolas Chautru <nicolas.chautru@intel.com>,
 Chas Williams <chas3@att.com>, "Min Hu (Connor)" <humin29@huawei.com>,
 Xiaoyun Li <xiaoyun.li@intel.com>
Message-ID: <20201027113207.GE936@bricha3-MOBL.ger.corp.intel.com>
References: <20201026052105.1561859-1-thomas@monjalon.net>
 <20201026052105.1561859-2-thomas@monjalon.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20201026052105.1561859-2-thomas@monjalon.net>
Subject: Re: [dpdk-dev] [PATCH 01/15] examples: enclose DPDK includes with
	angle brackets
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On Mon, Oct 26, 2020 at 06:20:51AM +0100, Thomas Monjalon wrote:
> In examples, DPDK header files are external,
> so they must be enclosed with angle brackets, not quotes.
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  examples/bbdev_app/main.c              | 30 +++++++++++++-------------
>  examples/bond/main.c                   | 11 ++++------
>  examples/tep_termination/vxlan_setup.c |  2 +-
>  3 files changed, 20 insertions(+), 23 deletions(-)

Acked-by: Bruce Richardson <bruce.richardson@intel.com>