https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221974
--- Comment #1 from [email protected] --- A commit references this bug: Author: imp Date: Fri Sep 22 02:36:32 UTC 2017 New revision: 323893 URL: https://svnweb.freebsd.org/changeset/base/323893 Log: cam iosched: Enforce iop limits below the quanta value Previously the iops limiter would always allow at least quanta ios per second as cam_iosched_iops_tick() never set ios->l_value1 below 1. Submitted by: Fabian Keil <[email protected]> Obtained from: ElectroBSD PR: 221974 Changes: head/sys/cam/cam_iosched.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
