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.