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 9539EB7AB for ; Fri, 20 Feb 2015 17:13:00 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 20 Feb 2015 08:12:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,615,1418112000"; d="scan'208";a="669151962" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga001.fm.intel.com with ESMTP; 20 Feb 2015 08:12:12 -0800 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.103]) by IRSMSX108.ger.corp.intel.com ([169.254.11.218]) with mapi id 14.03.0195.001; Fri, 20 Feb 2015 16:12:12 +0000 From: "Jastrzebski, MichalX K" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v3 4/6] bond: add example application for link bonding mode 6 Thread-Index: AQHQTRut6RDII9hkSkWVJQT9go6fjJz5tZtA Date: Fri, 20 Feb 2015 16:12:11 +0000 Message-ID: <60ABE07DBB3A454EB7FAD707B4BB1582138EB1C7@IRSMSX109.ger.corp.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> <7827265.i0g9gNa1MV@xps13> In-Reply-To: <7827265.i0g9gNa1MV@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:13:01 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, February 20, 2015 3:43 PM > To: Jastrzebski, MichalX K > Cc: dev@dpdk.org; Butler, Siobhan A > Subject: Re: [dpdk-dev] [PATCH v3 4/6] bond: add example application for > link bonding mode 6 >=20 > 2015-02-19 18:26, Michal Jastrzebski: > > + * Copyright(c) 2010-2014 Intel Corporation. All rights reserved. >=20 > 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. >=20 > > +#ifdef RTE_EXEC_ENV_BAREMETAL > > +#define MAIN _main > > +#else > > +#define MAIN main > > +#endif >=20 > No more bare metal support. Thanks Thomas, I sent a v4. Best regards Michal