Re: [ovs-dev] [PATCH v2 01/26] lib: Separate versioning to its own module.

2016-07-29 Thread Ben Pfaff
On Fri, Jul 29, 2016 at 11:42:13AM -0700, Jarno Rajahalme wrote: > > > On Jul 29, 2016, at 11:06 AM, Ben Pfaff wrote: > > > > On Thu, Jul 28, 2016 at 05:55:53PM -0700, Jarno Rajahalme wrote: > >> Separate rule versioning to lib/versions.h to make it easier to use > >> versioning

Re: [ovs-dev] [PATCH v2 01/26] lib: Separate versioning to its own module.

2016-07-29 Thread Jarno Rajahalme
> On Jul 29, 2016, at 11:06 AM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 05:55:53PM -0700, Jarno Rajahalme wrote: >> Separate rule versioning to lib/versions.h to make it easier to use >> versioning for other data types. >> >> Signed-off-by: Jarno Rajahalme >

Re: [ovs-dev] [PATCH v2 01/26] lib: Separate versioning to its own module.

2016-07-29 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 05:55:53PM -0700, Jarno Rajahalme wrote: > Separate rule versioning to lib/versions.h to make it easier to use > versioning for other data types. > > Signed-off-by: Jarno Rajahalme I wish this wasn't called "versions", because that sounds like the version

[ovs-dev] [PATCH v2 01/26] lib: Separate versioning to its own module.

2016-07-28 Thread Jarno Rajahalme
Separate rule versioning to lib/versions.h to make it easier to use versioning for other data types. Signed-off-by: Jarno Rajahalme --- lib/automake.mk | 1 + lib/classifier-private.h | 31 +-- lib/classifier.c | 45