Re: [ovs-dev] [PATCH 2/4] expr: Refactor parsing of assignments and exchanges.

2016-06-23 Thread Ben Pfaff
On Tue, Jun 14, 2016 at 09:36:10AM -0500, Ryan Moats wrote: > "dev" wrote on 06/09/2016 12:37:58 AM: > > > From: Ben Pfaff > > To: dev@openvswitch.org > > Cc: Ben Pfaff > > Subject: [ovs-dev] [PATCH 2/4] expr: Refactor parsing of assignments and >

Re: [ovs-dev] [PATCH 2/4] expr: Refactor parsing of assignments and exchanges.

2016-06-14 Thread Ryan Moats
"dev" wrote on 06/09/2016 12:37:58 AM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Ben Pfaff > Subject: [ovs-dev] [PATCH 2/4] expr: Refactor parsing of assignments and exchanges. > Sent by: "dev" [snip] > --- a/ovn/lib/actions.c > +++

[ovs-dev] [PATCH 2/4] expr: Refactor parsing of assignments and exchanges.

2016-06-08 Thread Ben Pfaff
As written, it was difficult for the OVN logical action code to add support for new actions of the form "dst = ...", because the code to parse the left side of the assignment was a monolithic part of the expr library. This commit refactors the code division so that an upcoming patch can support a