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
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.
--
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
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