From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53])
 by dpdk.org (Postfix) with ESMTP id 21B32B6FF
 for <dev@dpdk.org>; Fri, 20 Feb 2015 15:43:30 +0100 (CET)
Received: by mail-wg0-f53.google.com with SMTP id a1so13465875wgh.12
 for <dev@dpdk.org>; Fri, 20 Feb 2015 06:43:30 -0800 (PST)
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=JnsW0jwZ/r1/CBZzaHtplnUyQyxvx7ue66QEQbByJIU=;
 b=mkCqyN3/uDaSxC//lXcquJy1ckEbsnuNCBiALgwY1vb++De8u+Co2dfMU8y2cf05uN
 hDk1OlvjT4lXsVc6X1zKiwNnpXM5XXxbHnROx/eAuoML3wEj4Zee7VKxclrLlp0WJPVi
 su5kdX9dWTlpMl2/IM8Pzl23BME8DwP65b3S7xaJfu6CFWjTctcPdGb0FO7huX6IDMii
 cxiNka/FKfHHfCD00J6RsMUkJoxDJItm43n/uNsIafZ6YHxGALZve7PNbdK1QFpu6ad0
 Nj6PDV5CGOs6ckffhstgla4kwCFE393bXTtGayJvGUyQuPojM62qUg+o4J9bKNYY8Xxq
 HSVw==
X-Gm-Message-State: ALoCoQkUJ71gFsHDvoANTAnD7VhULOu/XtCOza5HnusfYGLebdq7vVT7P7fBdRP4LNccOGGiiDKo
X-Received: by 10.180.240.169 with SMTP id wb9mr25220971wic.83.1424443409598; 
 Fri, 20 Feb 2015 06:43:29 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id m4sm42360685wjb.25.2015.02.20.06.43.28
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 20 Feb 2015 06:43:28 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Michal Jastrzebski <michalx.k.jastrzebski@intel.com>
Date: Fri, 20 Feb 2015 15:42:58 +0100
Message-ID: <7827265.i0g9gNa1MV@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1424366779-14256-5-git-send-email-michalx.k.jastrzebski@intel.com>
References: <1423840570-6452-1-git-send-email-michalx.k.jastrzebski@intel.com>
 <1424366779-14256-1-git-send-email-michalx.k.jastrzebski@intel.com>
 <1424366779-14256-5-git-send-email-michalx.k.jastrzebski@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 v3 4/6] bond: add example application for
	link bonding mode 6
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 20 Feb 2015 14:43:30 -0000

2015-02-19 18:26, Michal Jastrzebski:
> + *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.

You should check the date.
Is there some reviews of the copyright at Intel? It's quite common to see
these dates starting and finishing too early.

> +#ifdef RTE_EXEC_ENV_BAREMETAL
> +#define MAIN _main
> +#else
> +#define MAIN main
> +#endif

No more bare metal support.