[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130624081414.492ceeb0@nehalam.linuxnetplumber.net>
Date: Mon, 24 Jun 2013 08:14:14 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jean Sacren <sakiwit@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 1/2] net: convert lists of macros to
enumerations
On Sun, 23 Jun 2013 15:56:16 -0600
Jean Sacren <sakiwit@...il.com> wrote:
> Use enumerations to replace macros for simpler preprocessing. Map numeric
> values to enumerators. Where required, prepend the list with an additional
> enumerator to accommodate the rest.
>
> Signed-off-by: Jean Sacren <sakiwit@...il.com>
Converting the network based header files is easy and safe as long
as you test it. Not sure if it is worth the effort.
But changing the uapi exported header risks breaking applications that
were doing:
#ifdef SIOCXXXX
do some code to enable that
#endif
Since enum values don't show up in the CPP namespace.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists