Re: [Qemu-devel] [PATCH V11 1/1] fsdev: add IO throttle support to fsdev devices

2016-11-15 Thread Pradeep Jagadeesh
On 11/15/2016 10:58 AM, Greg Kurz wrote: On Tue, 15 Nov 2016 10:13:59 +0100 Pradeep Jagadeesh wrote: On 11/14/2016 6:57 PM, Greg Kurz wrote: On Mon, 14 Nov 2016 10:03:40 +0100 Pradeep Jagadeesh wrote: On 11/12/2016 3:13 PM, Greg Kurz wrote: On Fri, 11 Nov 2016 03:54:27 -0500 Pradeep Jagad

Re: [Qemu-devel] [PATCH V11 1/1] fsdev: add IO throttle support to fsdev devices

2016-11-15 Thread Greg Kurz
On Tue, 15 Nov 2016 10:13:59 +0100 Pradeep Jagadeesh wrote: > On 11/14/2016 6:57 PM, Greg Kurz wrote: > > On Mon, 14 Nov 2016 10:03:40 +0100 > > Pradeep Jagadeesh wrote: > > > >> On 11/12/2016 3:13 PM, Greg Kurz wrote: > >>> On Fri, 11 Nov 2016 03:54:27 -0500 > >>> Pradeep Jagadeesh wrote:

Re: [Qemu-devel] [PATCH V11 1/1] fsdev: add IO throttle support to fsdev devices

2016-11-15 Thread Pradeep Jagadeesh
On 11/14/2016 6:57 PM, Greg Kurz wrote: On Mon, 14 Nov 2016 10:03:40 +0100 Pradeep Jagadeesh wrote: On 11/12/2016 3:13 PM, Greg Kurz wrote: On Fri, 11 Nov 2016 03:54:27 -0500 Pradeep Jagadeesh wrote: Uses throttling APIs to limit I/O bandwidth and number of operations on the devices which

Re: [Qemu-devel] [PATCH V11 1/1] fsdev: add IO throttle support to fsdev devices

2016-11-14 Thread Greg Kurz
On Mon, 14 Nov 2016 10:03:40 +0100 Pradeep Jagadeesh wrote: > On 11/12/2016 3:13 PM, Greg Kurz wrote: > > On Fri, 11 Nov 2016 03:54:27 -0500 > > Pradeep Jagadeesh wrote: > > > >> Uses throttling APIs to limit I/O bandwidth and number of operations on the > >> devices which use 9p-local driver.

Re: [Qemu-devel] [PATCH V11 1/1] fsdev: add IO throttle support to fsdev devices

2016-11-14 Thread Pradeep Jagadeesh
On 11/12/2016 3:13 PM, Greg Kurz wrote: On Fri, 11 Nov 2016 03:54:27 -0500 Pradeep Jagadeesh wrote: Uses throttling APIs to limit I/O bandwidth and number of operations on the devices which use 9p-local driver. Signed-off-by: Pradeep Jagadeesh Reviewed-by: Alberto Garcia" --- Hi Pradeep,

Re: [Qemu-devel] [PATCH V11 1/1] fsdev: add IO throttle support to fsdev devices

2016-11-12 Thread Greg Kurz
On Fri, 11 Nov 2016 03:54:27 -0500 Pradeep Jagadeesh wrote: > Uses throttling APIs to limit I/O bandwidth and number of operations on the > devices which use 9p-local driver. > > Signed-off-by: Pradeep Jagadeesh > Reviewed-by: Alberto Garcia" > --- Hi Pradeep, I'll have a look next week but

[Qemu-devel] [PATCH V11 1/1] fsdev: add IO throttle support to fsdev devices

2016-11-11 Thread Pradeep Jagadeesh
Uses throttling APIs to limit I/O bandwidth and number of operations on the devices which use 9p-local driver. Signed-off-by: Pradeep Jagadeesh Reviewed-by: Alberto Garcia" --- fsdev/Makefile.objs | 2 +- fsdev/file-op-9p.h | 3 ++ fsdev/qemu-fsdev-opts.c | 77 +++