[ovs-discuss] Implementing a custom packet scheduler

Ben Pfaff blp at ovn.org
Mon Sep 5 22:48:49 UTC 2016


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

If you want it to work with the Linux kernel datapath, then you should
create a Linux kernel qdisc that implements the policy that you want.



More information about the discuss mailing list