Re: [dpdk-dev] [PATCH v3] cmdline: avoid name clash with Windows system types

2020-11-05 Thread Thomas Monjalon
05/11/2020 14:31, Olivier Matz: > On Fri, Oct 30, 2020 at 04:01:26AM +0300, Dmitry Kozlyuk wrote: > > cmdline_numtype member names clash with Windows system identifiers. > > Add RTE_ prefix to cmdline constants to avoid this and possible > > future conflicts. > > > > Suggested-by: Ranjit Menon >

Re: [dpdk-dev] [PATCH v3] cmdline: avoid name clash with Windows system types

2020-11-05 Thread Olivier Matz
On Fri, Oct 30, 2020 at 04:01:26AM +0300, Dmitry Kozlyuk wrote: > cmdline_numtype member names clash with Windows system identifiers. > Add RTE_ prefix to cmdline constants to avoid this and possible > future conflicts. > > Suggested-by: Ranjit Menon > Signed-off-by: Dmitry Kozlyuk Acked-by: Ol

Re: [dpdk-dev] [PATCH v3] cmdline: avoid name clash with Windows system types

2020-10-30 Thread Jie Zhou
On Fri, Oct 30, 2020 at 04:01:26AM +0300, Dmitry Kozlyuk wrote: > cmdline_numtype member names clash with Windows system identifiers. > Add RTE_ prefix to cmdline constants to avoid this and possible > future conflicts. > > Suggested-by: Ranjit Menon > Signed-off-by: Dmitry Kozlyuk > --- > > v3

Re: [dpdk-dev] [PATCH v3] cmdline: avoid name clash with Windows system types

2020-10-30 Thread Ranjit Menon
On 10/29/2020 6:01 PM, Dmitry Kozlyuk wrote: cmdline_numtype member names clash with Windows system identifiers. Add RTE_ prefix to cmdline constants to avoid this and possible future conflicts. Suggested-by: Ranjit Menon Signed-off-by: Dmitry Kozlyuk --- v3: change prefix from CMDLINE_ to RT