From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jun'ichi Nomura" Subject: Re: [dm-devel] [PATCH] Fix I/O counts in vmstat Date: Wed, 21 Mar 2012 19:04:08 +0900 Message-ID: <4F69A798.4000200@ce.jp.nec.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: device-mapper development , Mikulas Patocka Cc: "Alasdair G. Kergon" , Jens Axboe , linux-kernel@vger.kernel.org List-Id: dm-devel.ids Hi Mikulas, > The decision whether bio is counted or not is made by the code that > submits the bio. This leads to some problems: How about convering dm targets to use generic_make_request? Since submit_bio counts vm events, it seems natural for caller to decide which function to use. Device driver does not know whether the requested I/O is for vm-to-device or device-to-device. We could still use iostat to measure throughput of individual block devices. Thanks, -- Jun'ichi Nomura, NEC Corporation