Re: [lxc-devel] traffic scheduling from linux containers

2013-09-16 Thread Serge Hallyn
Quoting Didi (siyana...@gmail.com): > Hello All, > > I have designed an algorithm of how to schedule different traffic from three > linux containers to be transmitted to one receiver. I need help of how and > where to implement it in linux containers. Should I modify the cgroups? if > not where el

[lxc-devel] traffic scheduling from linux containers

2013-09-16 Thread Didi
Hello All, I have designed an algorithm of how to schedule different traffic from three linux containers to be transmitted to one receiver. I need help of how and where to implement it in linux containers. Should I modify the cgroups? if not where else should I go to implement my algorithm. Thank