From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 2 17:28:50 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2AED922; Thu, 2 Oct 2014 17:28:50 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 952283A5; Thu, 2 Oct 2014 17:28:49 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1XZkBG-000COj-Ly; Thu, 02 Oct 2014 17:28:42 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id s92HSfks019546; Thu, 2 Oct 2014 11:28:41 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX184q0nZxJ/ydENIXYKy40Pa X-Authentication-Warning: paranoia.hippie.lan: Host revolution.hippie.lan [172.22.42.240] claimed to be [172.22.42.240] Subject: Re: freebsd 10 kqueue timer regression From: Ian Lepore To: Adrian Chadd In-Reply-To: References: <8ABC0977-FB8F-45E7-ACCC-BFA92EE22E1C@glccom.com> Content-Type: text/plain; charset="iso-8859-7" Date: Thu, 02 Oct 2014 11:28:40 -0600 Message-ID: <1412270920.12052.3.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by ilsoft.org id s92HSfks019546 Cc: "freebsd-hackers@freebsd.org" , Paul Albrecht X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 17:28:50 -0000 On Thu, 2014-10-02 at 10:18 -0700, Adrian Chadd wrote: > On 2 October 2014 08:07, Paul Albrecht wrote: > > > > Hi, > > > > What=A2s up with freebsd 10? I=A2m testing some code that uses the kq= ueue timer for timing and it doesn=A2t work because the precision of the = timer is off. >=20 > Can you provide a test case for it? >=20 > I just chased down one of those recently; maybe it's the same thing > (callout() API changes.) >=20 The old mail thread he cited contains test code: http://lists.freebsd.org/pipermail/freebsd-hackers/2012-July/039907.html -- Ian