> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, February 20, 2015 3:43 PM > To: Jastrzebski, MichalX K > Cc: dev at dpdk.org; Butler, Siobhan A > Subject: Re: [dpdk-dev] [PATCH v3 4/6] bond: add example application for > link bonding mode 6 > > 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.
Thanks Thomas, I sent a v4. Best regards Michal