Re: [PATCHv6 3/3] vhost_net: a kernel-level virtio server

2009-11-02 Thread Daniel Walker
Random style issues below .. Part of this is just stuff checkpatch found. On Tue, 2009-11-03 at 00:29 +0200, Michael S. Tsirkin wrote: +static int move_iovec_hdr(struct iovec *from, struct iovec *to, + size_t len, int iov_count) +{ + int seg = 0; + size_t

Re: [PATCH 1/9] I/O bandwidth controller and BIO tracking

2009-09-14 Thread Daniel Walker
On Mon, 2009-09-14 at 21:28 +0900, Ryo Tsuruta wrote: The list of the patches: [PATCH 1/9] I/O bandwidth controller and BIO tracking [PATCH 2/9] dm-ioband-1.13.0: All-in-one patch [PATCH 3/9] blkio-cgroup-v12: The new page_cgroup framework [PATCH 4/9] blkio-cgroup-v12: Refactoring

Re: [patch 1/4] Ignore stolen time in the softlockup watchdog

2007-04-24 Thread Daniel Walker
On Tue, 2007-04-24 at 22:59 +0200, Ingo Molnar wrote: * Daniel Walker [EMAIL PROTECTED] wrote: On Tue, 2007-04-24 at 13:24 -0700, Jeremy Fitzhardinge wrote: And sched_clock's use of local_irq_save/restore appears to be absolutely correct, so I think it must be triggering a bug

Re: [patch 1/4] Ignore stolen time in the softlockup watchdog

2007-04-24 Thread Daniel Walker
On Tue, 2007-04-24 at 23:20 +0200, Andi Kleen wrote: On Tuesday 24 April 2007 22:52:27 Daniel Walker wrote: On Tue, 2007-04-24 at 13:24 -0700, Jeremy Fitzhardinge wrote: And sched_clock's use of local_irq_save/restore appears to be absolutely correct, so I think it must be triggering