[dpdk-dev] [PATCH v3] librte_cfgfile(rte_cfgfile.h): modify the macros values

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Oct 19 17:54:25 CEST 2015


2015-09-04 11:58, Jasvinder Singh:
> -#define CFG_NAME_LEN 32
> -#define CFG_VALUE_LEN 64
> +#ifndef CFG_NAME_LEN
> +#define CFG_NAME_LEN 64
> +#endif

Build fails:
examples/qos_sched/cfg_file.h:40:0: error: "CFG_NAME_LEN" redefined



More information about the dev mailing list