Re: [ovs-dev] [PATCH v2 2/2] flow: Support OF1.5+ (draft) actset_output field.

2014-11-03 Thread Ben Pfaff
I decided that it was minor enough (a bug in ofproto/trace) to just push the series and then send out another series with the bug fix: http://openvswitch.org/pipermail/dev/2014-November/048173.html http://openvswitch.org/pipermail/dev/2014-November/048175.html http://openvsw

Re: [ovs-dev] [PATCH v2 2/2] flow: Support OF1.5+ (draft) actset_output field.

2014-11-03 Thread Ben Pfaff
Thanks. I'll fold those in. Jean Tourrilhes pointed out a possible bug in this patch, in the ONF JIRA for EXT-233. I'm going to look at that before I apply this. On Thu, Oct 30, 2014 at 04:06:40PM -0700, Jarno Rajahalme wrote: > With the following changes (some due to master changing in the mea

Re: [ovs-dev] [PATCH v2 2/2] flow: Support OF1.5+ (draft) actset_output field.

2014-10-30 Thread Jarno Rajahalme
With the following changes (some due to master changing in the meanwhile): Acked-by: Jarno Rajahalme --- lib/flow.c |9 ++--- lib/flow.h |1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/flow.c b/lib/flow.c index ecd580a..a742e23 100644 --- a/lib/flow.c +++ b/

[ovs-dev] [PATCH v2 2/2] flow: Support OF1.5+ (draft) actset_output field.

2014-10-09 Thread Ben Pfaff
This field allows a flow table to match on the output port currently in the action set. ONF-JIRA: EXT-233 Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- NEWS| 1 + build-aux/extract-ofp-fields| 1 + include/openflow/openflow-1.0.h | 7 --- lib/flow