lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAONBAaeKZNCv42a+HY4TtXtYxnAr6-fX1GXEndKJ=r3nZ-1LhQ@mail.gmail.com> Date: Sat, 7 Feb 2015 12:52:38 +0100 From: ronald pina <pinaronald@...il.com> To: netdev <netdev@...r.kernel.org> Subject: Implementing Deficit Round Robin for different irtual interfaces Hello I am working for my Msc thesis on computer engineering, my primary goal is to introduce scheduling with priorities over different networking interfaces, it can be very valuable on virtual machines like Xen and as far as i have studied, Xen is scheduling the virtual network interfaces in round-robin fashion, i would like to improve this and to use Deficit Round Robin, I think the better way is to integrate the DRR in tc and to make the scheduling decisions based on virtual network interfaces which belongs to different guests as shown from the diagram in atach. I would like to ask which function on source code may be a starting point to realize that kind of scheduling? What are the opportunities to involve the DRR as a standard scheduler in tc for later use? Kind regards Ronald -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists