[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/3] Output Virtual Block Device requests information to /proc/xen/vbd
Hi, I looked at the code, and it seems "oo" stands of "out of", which indicates how much we were out of request (Xen supports up to 64 requests in queue) Few minor comments: - The variable dom_io_info_wq is unused, should be removed. - printk("%s: out of memory\n", __FUNCTION__) should be used with KERN_ERR I have one question: in your below output: Domain 4 - oo 0 rd 18699 wr 2 xvd 4 8:21 - oo 0 rd 18699 wr 2 I notice that you output the domid with xvd (4), but in the above line, we already had that information (Domain 4). So why you need to show the domid again? Thanks, H _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |