Re: [ovs-dev] [PATCH 03/10] ofproto-macros: Change STRIP_XIDS from macro to shell function.

2016-01-28 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Jan 27, 2016, at 9:51 AM, Ben Pfaff wrote: > > There's no need for this to be a macro; shell functions are conceptually > cleaner and make the generated testsuite smaller. > > Signed-off-by: Ben Pfaff > --- >

[ovs-dev] [PATCH 03/10] ofproto-macros: Change STRIP_XIDS from macro to shell function.

2016-01-27 Thread Ben Pfaff
There's no need for this to be a macro; shell functions are conceptually cleaner and make the generated testsuite smaller. Signed-off-by: Ben Pfaff --- tests/learn.at | 6 +-- tests/ofproto-dpif.at | 8 +-- tests/ofproto-macros.at | 6 ++- tests/ofproto.at