[lxc-devel] [PATCH] traffic control setup

2011-05-07 Thread Farcasi Ana-Maria
Hello, This commit adds traffic control support (download and upload limit rate) for lxc containers. At the moment, the changes apply just for veth devices. In order to do this, we have attached a new structure (lxc_traffic_control) to struct lxc_netdev. This structure contains values for download

Re: [lxc-devel] lxc final thesis

2011-03-21 Thread Farcasi Ana-Maria
Hello, Ok. Thank you very much for your advice! We will try to implement these two features: provisioning and limitation. Ana & Irina. On Sat, Mar 19, 2011 at 11:52 PM, Daniel Lezcano wrote: > On 03/18/2011 06:40 PM, Farcasi Ana-Maria wrote: > >> Hello, >> >> As men

Re: [lxc-devel] lxc final thesis

2011-03-18 Thread Farcasi Ana-Maria
Hello, As mentioned in our previous email, we were having issues getting bandwidth limitation working on cgroup ( with net_cls ) and tc. We've been running various tests and scenarios but found no way to enable proper limitation. Throughout our testing we've created a virtual machine running a 2.6

Re: [lxc-devel] lxc final thesis

2011-02-28 Thread Farcasi Ana-Maria
Hi, Indeed, we were refering to the network bandwidth limitation. Sorry for the confusion. We have already done some tests with this limitation using tc and cgroups and we have reached the conclusion that the classification is done correctly, but the limitation of the bandwidth is not done at all

[lxc-devel] lxc final thesis

2011-02-24 Thread Farcasi Ana-Maria
Hi, I am a student in the final year at the Computer Science Faculty in Bucharest, Romania and I would like to contribute to the lxc project as part of the final thesis together with a colleague of mine. We were thinking to work at the bandwidth limitation within a container. Is it ok to contribut