Re: [ovs-dev] [PATCH v2] ovn: increase size of ingress and egress pipelines

2017-05-30 Thread Ben Pfaff
On Tue, May 16, 2017 at 11:04:56PM -0700, Mickey Spiegel wrote: > The OVN ingress pipeline for a logical switch is maxed out at 16 stages. > > This patch takes the simple approach of starting the ingress pipeline at > table 8 rather than table 16, and starting the egress pipeline at > table 40

[ovs-dev] [PATCH v2] ovn: increase size of ingress and egress pipelines

2017-05-17 Thread Mickey Spiegel
The OVN ingress pipeline for a logical switch is maxed out at 16 stages. This patch takes the simple approach of starting the ingress pipeline at table 8 rather than table 16, and starting the egress pipeline at table 40 rather than table 48. v1->v2: Bumped range of Logical_Flow.table_id column