Re: [dpdk-dev] [PATCH] cmdline: prefix cmdline numeric enum

2019-10-25 Thread Stephen Hemminger
On Fri, 25 Oct 2019 11:55:41 +0100 Bruce Richardson wrote: > On Thu, Oct 24, 2019 at 11:09:26AM -0700, Stephen Hemminger wrote: > > The values in an enum are really global names and not specific > > to the enum in question. This can lead to namespace conflicts > > in applications if a common valu

Re: [dpdk-dev] [PATCH] cmdline: prefix cmdline numeric enum

2019-10-25 Thread Bruce Richardson
On Thu, Oct 24, 2019 at 11:09:26AM -0700, Stephen Hemminger wrote: > The values in an enum are really global names and not specific > to the enum in question. This can lead to namespace conflicts > in applications if a common value is visible. > > The DPDK cmdline API has an enum for numeric type