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

2017-05-16 Thread Miguel Angel Ajo Pelayo
Makes sense, but Numan is right https://github.com/openvswitch/ovs/blob/master/ovn/ovn-sb.ovsschema#L64 On Mon, May 15, 2017 at 12:07 PM, Numan Siddique wrote: > On Fri, May 12, 2017 at 12:06 AM, Mickey Spiegel > wrote: > > > The OVN ingress pipeline

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

2017-05-15 Thread Numan Siddique
On Fri, May 12, 2017 at 12:06 AM, 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

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

2017-05-11 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. Signed-off-by: Mickey Spiegel