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

2015-10-19 Thread Thomas Monjalon
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

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

2015-09-07 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jasvinder Singh > Sent: Friday, September 4, 2015 1:59 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3] librte_cfgfile(rte_cfgfile.h): modify the > macros values > > This

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

2015-09-04 Thread Jasvinder Singh
This patch refers to the ABI change proposed for librte_cfgfile (rte_cfgfile.h). In order to allow for longer names and values, the new values of macros CFG_NAME_LEN and CFG_NAME_VAL are set. Signed-off-by: Jasvinder Singh --- doc/guides/rel_notes/deprecation.rst | 4 doc/guides/rel_notes/r