Re: [ovs-discuss] Implementing a custom packet scheduler

2016-09-05 Thread Ben Pfaff
On Mon, Sep 05, 2016 at 04:44:09PM -0300, Sergio Gutierrez wrote: > I am new to Openvswitch coding and development. I am interested in > implementing a custom mechanism for packet scheduling. Thus, I would like > to know what would be the right starting point to study the code in order > to impleme

[ovs-discuss] Implementing a custom packet scheduler

2016-09-05 Thread Sergio Gutierrez
Hello all. I am new to Openvswitch coding and development. I am interested in implementing a custom mechanism for packet scheduling. Thus, I would like to know what would be the right starting point to study the code in order to implement that. Thanks in advance for any help. Best regards. --

Re: [ovs-discuss] Select Group still does not work

2016-09-05 Thread Ben Pfaff
On Sun, Sep 04, 2016 at 04:44:55PM +0800, AY wrote: > I have tried this configuration with ovs 2.3 and ovs 2.5 : > ovs-ofctl -O OpenFlow13 add-group s1 > group_id=5566,type=select,bucket=weight:33,actions=output:1,bucket=weight:33,actions=output:2,bucket=weight:34,actions=output:3 > > ovs-ofctl -O

[ovs-discuss] Maximum MPLS labels (FLOW_MAX_MPLS_LABELS)

2016-09-05 Thread marco
Dear members of the community, I would like to know if there are plans to augment FLOW_MAX_MPLS_LABELS (and all the data structures that depend on it) to larger values. These days the Linux kernel is able to handle up to 2 labels and there are plans to go up to 8 in the next months. Please chec