Re: [ovs-dev] [PATCH 1/9] expr: Rename "macros" to "addr_sets".

2017-01-05 Thread Ben Pfaff
On Wed, Jan 04, 2017 at 06:13:03PM -0800, Justin Pettit wrote: > Macro is a very generic term, but the arguments are only ever address > sets, so rename for clarity. > > Signed-off-by: Justin Pettit Still some hits for "macro": ovn/lib/expr.c:911:/* Adds a macro named 'name'

[ovs-dev] [PATCH 1/9] expr: Rename "macros" to "addr_sets".

2017-01-04 Thread Justin Pettit
Macro is a very generic term, but the arguments are only ever address sets, so rename for clarity. Signed-off-by: Justin Pettit --- include/ovn/expr.h| 18 +- ovn/controller/lflow.c| 7 ++-- ovn/lib/expr.c| 91