From owner-freebsd-net@freebsd.org Fri Nov 6 16:49:47 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 135E0A28DB2; Fri, 6 Nov 2015 16:49:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C165114E8; Fri, 6 Nov 2015 16:49:46 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id C14A91FE023; Fri, 6 Nov 2015 17:49:44 +0100 (CET) Subject: Re: Timing issue with Dummynet on high kernel timer interrupt To: Ian Lepore , Luigi Rizzo References: <6545444AE21C2749939E637E56594CEA3C0DCCC4@gsp-ex02.ds.swin.edu.au> <5638B7B5.3030802@selasky.org> <6545444AE21C2749939E637E56594CEA3C0DE7FF@gsp-ex02.ds.swin.edu.au> <563B2703.5080402@selasky.org> <6545444AE21C2749939E637E56594CEA3C0E0BD9@gsp-ex02.ds.swin.edu.au> <563C6864.2090907@selasky.org> <563C786C.1050305@selasky.org> <563CC186.9000807@selasky.org> <563CD533.2000909@selasky.org> <1446828229.91534.417.camel@freebsd.org> Cc: Rasool Al-Saadi , "freebsd-net@freebsd.org" , FreeBSD Current , Alexander Motin From: Hans Petter Selasky Message-ID: <563CDA8F.5010901@selasky.org> Date: Fri, 6 Nov 2015 17:51:27 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1446828229.91534.417.camel@freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 16:49:47 -0000 On 11/06/15 17:43, Ian Lepore wrote: > On Fri, 2015-11-06 at 17:28 +0100, Hans Petter Selasky wrote: >> Hi, > > Do the test II results change with this setting? > > sysctl kern.timecounter.alloweddeviation=0 > Yes, it looks much better: debug.total: 10013 -> 0 debug.total: 10013 -> 0 debug.total: 10012 -> 0 debug.total: 10012 -> 0 debug.total: 10012 -> 0 debug.total: 10013 -> 0 debug.total: 10012 -> 1 debug.total: 10013 -> 0 debug.total: 10013 -> 0 debug.total: 10013 -> 0 debug.total: 10012 -> 0 debug.total: 10013 -> 0 debug.total: 10013 -> 0 --HPS