Re: [ovs-dev] [PATCH v5 7/8] expr: New function expr_parse_microflow().

2016-08-15 Thread Ben Pfaff
On Mon, Aug 15, 2016 at 07:41:15PM -0700, Justin Pettit wrote: > > > On Aug 14, 2016, at 3:24 PM, Ben Pfaff wrote: > > > > This allows "ovstest test-ovn evaluate-expr" work with arbitrary > > microflows rather than just a few restricted variables, but the main point > > is to enable the upcoming

Re: [ovs-dev] [PATCH v5 7/8] expr: New function expr_parse_microflow().

2016-08-15 Thread Justin Pettit
> On Aug 14, 2016, at 3:24 PM, Ben Pfaff wrote: > > This allows "ovstest test-ovn evaluate-expr" work with arbitrary > microflows rather than just a few restricted variables, but the main point > is to enable the upcoming "ovn-trace" utility to accept arbitrary > microflows in a format that seem

[ovs-dev] [PATCH v5 7/8] expr: New function expr_parse_microflow().

2016-08-14 Thread Ben Pfaff
This allows "ovstest test-ovn evaluate-expr" work with arbitrary microflows rather than just a few restricted variables, but the main point is to enable the upcoming "ovn-trace" utility to accept arbitrary microflows in a format that seems reasonable for OVN. Signed-off-by: Ben Pfaff Acked-by: Ry