Re: [ovs-dev] [PATCH ovn 3/3] lex: New lexical analyzer module for use in OVN.

2015-03-04 Thread Ben Pfaff
On Wed, Feb 25, 2015 at 09:13:47PM -0800, Ben Pfaff wrote: > I'm determined not to let the terrible style of pseudo-parsing we have in > OVS leak into OVN. Here's the first step. > > Signed-off-by: Ben Pfaff I don't think it's worth reviewing this series. I'll post a revised series, with more

[ovs-dev] [PATCH ovn 3/3] lex: New lexical analyzer module for use in OVN.

2015-02-25 Thread Ben Pfaff
I'm determined not to let the terrible style of pseudo-parsing we have in OVS leak into OVN. Here's the first step. Signed-off-by: Ben Pfaff --- ovn/TODO | 5 - ovn/automake.mk| 3 + ovn/lex.c | 688 + ovn/lex.h