Re: [Qemu-devel] [PATCH v4] fsdev: add IO throttle support to fsdev devices

2016-10-20 Thread Greg Kurz
On Thu, 20 Oct 2016 16:18:16 +0200 Pradeep Jagadeesh wrote: > On 10/7/2016 9:48 AM, Greg Kurz wrote: > > On Thu, 22 Sep 2016 07:59:19 -0400 > > 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 v4] fsdev: add IO throttle support to fsdev devices

2016-10-20 Thread Pradeep Jagadeesh
On 10/7/2016 9:48 AM, Greg Kurz wrote: On Thu, 22 Sep 2016 07:59:19 -0400 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 --- Hi Pradeep, So where are we with this patc

Re: [Qemu-devel] [PATCH v4] fsdev: add IO throttle support to fsdev devices

2016-10-10 Thread Pradeep Jagadeesh
Hi Greg, On 10/7/2016 9:48 AM, Greg Kurz wrote: On Thu, 22 Sep 2016 07:59:19 -0400 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 --- Hi Pradeep, So where are we w

Re: [Qemu-devel] [PATCH v4] fsdev: add IO throttle support to fsdev devices

2016-10-07 Thread Greg Kurz
On Thu, 22 Sep 2016 07:59:19 -0400 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 > --- Hi Pradeep, So where are we with this patch ? Have you solved the issues y

[Qemu-devel] [PATCH v4] fsdev: add IO throttle support to fsdev devices

2016-09-22 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 --- fsdev/Makefile.objs | 1 + fsdev/file-op-9p.h | 3 + fsdev/qemu-fsdev-opts.c | 76 +++ fsdev/qemu-fsd