Re: [ovs-dev] [PATCH v2 6/7] actions: Make "next" action able to jump from egress to ingress pipeline.

2017-01-21 Thread Ben Pfaff
On Fri, Jan 20, 2017 at 04:59:57PM -0800, Mickey Spiegel wrote: > On Fri, Jan 20, 2017 at 2:48 PM, Ben Pfaff wrote: > > > This feature is useful for centralized gateways. > > > > Signed-off-by: Ben Pfaff > > > > Acked-by: Mickey Spiegel > > I think there is some missing functionality in ovn-t

Re: [ovs-dev] [PATCH v2 6/7] actions: Make "next" action able to jump from egress to ingress pipeline.

2017-01-20 Thread Mickey Spiegel
On Fri, Jan 20, 2017 at 2:48 PM, Ben Pfaff wrote: > This feature is useful for centralized gateways. > > Signed-off-by: Ben Pfaff > Acked-by: Mickey Spiegel I think there is some missing functionality in ovn-trace.c. It looks to me like ovn-trace.c assumes that "next" actions always go to the

[ovs-dev] [PATCH v2 6/7] actions: Make "next" action able to jump from egress to ingress pipeline.

2017-01-20 Thread Ben Pfaff
This feature is useful for centralized gateways. Signed-off-by: Ben Pfaff --- include/ovn/actions.h | 63 -- ovn/controller/lflow.c| 7 +++-- ovn/lib/actions.c | 70 --- ovn/ovn-sb.xml