[dpdk-dev] [PATCH v3 4/6] bond: add example application for link bonding mode 6

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Feb 20 15:42:58 CET 2015


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.


More information about the dev mailing list