From owner-freebsd-current@FreeBSD.ORG Tue Nov 5 14:07:04 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 704B8B14; Tue, 5 Nov 2013 14:07:04 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1880529ED; Tue, 5 Nov 2013 14:07:04 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id gq1so8617222obb.31 for ; Tue, 05 Nov 2013 06:07:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=Efu92jVZ12Y7zKCQio/ln87Ioav/rr5kRCmRcNUllmg=; b=hAtoL7jfliMCvNVva2sYyNJIbphPKjBDKMRg2qwR+FmZZO+C4O3otAWuPrD1GvNA39 VJJCxzvcQZLxNTkvDq3QwNZ2vhmrr6DwJdwSprjHk0ZpaU4TIasTzPrsN9DR5RdO3191 zt9r4MJN8SyDSVl3nmxBI+rKwuhPcsUUJRr1LIlAlBhtXnA3gADUrZhrYnukAMvtvOxt SG9PqHpUzqjxGMhvZ03a4lIjCOVhjmC8IMtVtGWlDT1Gq6bWpRWVGiFo6tJMnuyV33fy wxnRRimQV/hvFwIKq24Mtv9dBv5aOvTS1Frp7Wpsi0pNCCWvQFQumJW2UYC1dCdZG7Qk 2auw== MIME-Version: 1.0 X-Received: by 10.60.117.38 with SMTP id kb6mr19042053oeb.7.1383660423446; Tue, 05 Nov 2013 06:07:03 -0800 (PST) Received: by 10.182.80.7 with HTTP; Tue, 5 Nov 2013 06:07:03 -0800 (PST) Date: Tue, 5 Nov 2013 15:07:03 +0100 Message-ID: Subject: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer From: Oliver Pinter To: freebsd-stable@freebsd.org, current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: davide@freebsd.org, mav@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 14:07:04 -0000 Hi all! The machine is a Haswell machine, the disc performance was very poor (20-30MByte/sec). When I change the kern.eventtimer.idletick from 0 to 1, the normal performance restored back to normal (70-90MByte/sec). The default eventtimer was LAPIC. On other machine Q9300, this was fully reproducible.