Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2017 23:47:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-scsi@FreeBSD.org
Subject:   [Bug 221953] cam iosched: Limit the quanta default to hz if it's below 200
Message-ID:  <bug-221953-5312-Nr0qrkFJQz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221953-5312@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221953

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: imp
Date: Tue Sep 12 23:46:33 UTC 2017
New revision: 323511
URL: https://svnweb.freebsd.org/changeset/base/323511

Log:
  cam iosched: Limit the quanta default to hz if it's below 200

  The cam_iosched_ticker() can't be scheduled more than once per tick.
  Some limiters depend on quanta matching the number of calls per second
  to enforce the proper limits. Limit the quanta to no faster than 1 per
  clock tick. This fixes some features when running in VMs where the
  default HZ is 100.

  PR: 221953
  Obtained from: ElectroBSD
  Differential Revision: https://reviews.freebsd.org/D12337
  Submitted by: Fabian Keil

Changes:
  head/sys/cam/cam_iosched.c

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221953-5312-Nr0qrkFJQz>