All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: "Chen, Kenneth W" <kenneth.w.chen@intel.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [RFC] add sysfs to dynamically control blk request tag maintenance
Date: Fri, 7 Oct 2005 10:07:35 +0200	[thread overview]
Message-ID: <20051007080734.GR2889@suse.de> (raw)
In-Reply-To: <B05667366EE6204181EABE9C1B1C0EB5086AEC31@scsmsx401.amr.corp.intel.com>

On Fri, Oct 07 2005, Chen, Kenneth W wrote:
> Jens Axboe wrote on Friday, October 07, 2005 12:42 AM
> > > It starts out with scsi_end_request being a fairly hot function in
> the
> > > execution profile, then I noticed blk_queue_start/end_tag() are
> being
> > > called but no actual consumer of using the tag.  I'm trying to find
> a
> > > way to avoid making these blk_queue_start/end_tag calls.  I got the
> > > answer
> > > now. The proper way is to fix it in the scsi LLDD.  Scratch this
> patch,
> > > new patch to follow :-)
> > 
> > Ok that makes more sense! But it's a little worrying that
> > blk_queue_end_tag() would show up as hot in the profile, it is
> actually
> > quite lean.
> 
> It's probably a very small number that I'm chasing with avoiding blk
> layer tagging.  Nevertheless, any number no matter how small, is a gold
> mine to me :-)
> 
> Latest execution profile taken with 2.6.14-rc2 kernel with "industry
> standard transaction processing database workload".  First column is
> clock ticks (a direct measure of time), 2nd column is instruction
> retired,
> and 3rd column is number of L3 misses occurred inside the function.
> 
> Symbol			Clockticks	Inst. Retired	L3 Misses
> scsi_request_fn		8.12%	9.27%	11.18%
> Schedule			6.52%	4.93%	7.26%
> scsi_end_request		4.44%	3.59%	6.76%
> __blockdev_direct_IO	4.28%	4.38%	3.98%
> __make_request		3.59%	4.16%	3.47%
> __wake_up			2.46%	1.56%	3.33%
> dio_bio_end_io		2.14%	1.67%	3.18%
> aio_complete		2.05%	1.27%	3.56%
> kmem_cache_free		1.95%	1.70%	0.71%
> kmem_cache_alloc		1.45%	1.84%	0.45%
> put_page			1.42%	0.60%	1.27%
> follow_hugetlb_page	1.41%	0.75%	1.27%
> __generic_file_aio_read	1.37%	0.36%	1.68%

The above looks pretty much as expected. What change in profile did you
see when eliminating the blk_queue_end_tag() call?

-- 
Jens Axboe


  reply	other threads:[~2005-10-07  8:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-07  7:52 [RFC] add sysfs to dynamically control blk request tag maintenance Chen, Kenneth W
2005-10-07  8:07 ` Jens Axboe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-10-07  8:13 Chen, Kenneth W
2005-10-07 16:57 ` Andrew Vasquez
2005-10-07 18:17   ` Jens Axboe
2005-10-07  8:04 Chen, Kenneth W
2005-10-07  7:35 Chen, Kenneth W
2005-10-07  7:41 ` Jens Axboe
2005-10-07  7:50   ` Arjan van de Ven
2005-10-07  8:06     ` Jens Axboe
2005-10-07  8:25       ` Arjan van de Ven
2005-10-07  2:46 Chen, Kenneth W
2005-10-07  7:23 ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051007080734.GR2889@suse.de \
    --to=axboe@suse.de \
    --cc=kenneth.w.chen@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.