Re: [Ryu-devel] Using NXActionMultipath for load balancing

2016-04-08 Thread Jason Kölker
On Fri, Apr 8, 2016 at 9:04 AM, Rimac, Ivica (Nokia - DE) wrote: > Hi Jason, > > your suggestion with combining the table_id with the command rsulting in an > OF error message: > type: OFPET_FLOW_MOD_FAILED(3) -- code: OFPFMFC_BAD_COMMAND(4) > > I thought about moving to groups and buckets but d

Re: [Ryu-devel] Using NXActionMultipath for load balancing

2016-04-08 Thread Rimac, Ivica (Nokia - DE)
> -Original Message- > From: EXT Jason Kölker [mailto:[email protected]] > Sent: Thursday, April 07, 2016 6:36 PM > To: Rimac, Ivica (Nokia - DE) > Cc: [email protected] > Subject: Re: [Ryu-devel] Using NXActionMultipath for load balancing > > On Thu

Re: [Ryu-devel] Using NXActionMultipath for load balancing

2016-04-07 Thread Jason Kölker
On Thu, Apr 7, 2016 at 2:59 PM, Rimac, Ivica (Nokia - DE) wrote: > Hi Iwase, > > that helped ... I have been able to add the multipath flow to my switch! > > However, I am resubmitting the packet to another table (in my example it is > table_idx=1), into which I need to write the 2nd set of rules

Re: [Ryu-devel] Using NXActionMultipath for load balancing

2016-04-07 Thread Rimac, Ivica (Nokia - DE)
6 9:11 AM > To: Rimac, Ivica (Nokia - DE) > Cc: [email protected] > Subject: Re: [Ryu-devel] Using NXActionMultipath for load balancing > > Hi, > > On 2016年04月07日 00:06, Rimac, Ivica (Nokia - DE) wrote: > > Hi, > > > > I have implemented and con

Re: [Ryu-devel] Using NXActionMultipath for load balancing

2016-04-07 Thread Iwase Yusuke
Hi, On 2016年04月07日 00:06, Rimac, Ivica (Nokia - DE) wrote: > Hi, > > I have implemented and configured a load balancer on an OVS levering the > nicira multipath extension and using the ovs-ofctl tool. Moving from local > ovs controls to a RYU app leaves me wondering about some details. Following

[Ryu-devel] Using NXActionMultipath for load balancing

2016-04-06 Thread Rimac, Ivica (Nokia - DE)
Hi, I have implemented and configured a load balancer on an OVS levering the nicira multipath extension and using the ovs-ofctl tool. Moving from local ovs controls to a RYU app leaves me wondering about some details. Following are my ofctl instructions with related questions: 1. Multipath