From owner-freebsd-arch@FreeBSD.ORG Sat May 10 00:54:24 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F45DAC2; Sat, 10 May 2014 00:54:24 +0000 (UTC) Received: from mail-qc0-x229.google.com (mail-qc0-x229.google.com [IPv6:2607:f8b0:400d:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE9A6DDA; Sat, 10 May 2014 00:54:23 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id e16so5480455qcx.28 for ; Fri, 09 May 2014 17:54:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=7mLHky1NeM8Eoa2WfbeMcKeXL6KSsRd2dQq8QnQD5aA=; b=wX8rqP8GqjDlxtMIr9+cWYT5fF+bCeFFLXw+BwXCd/io09lC+T7MsrRUR6k1sarC3B Az4dV6nsbLSUlv7njFljwQxuqtxlJ78hN8S89TkJQMv8p1kmkFuWr9/QH3z1YjN2bbOF b3DRcIYHuXtTZGhdeZjgLGI7VaNBkNVwtueVQ2uZfaOr9+7vD3ozkRR4OfBdmieyxMPf J7klQguoV3/FkA7lLG0XTADnJReBRXa6FGfmU3Az2aBmEzgLSC1RE+f0GoHG5PNsPxc4 HMfFFVvINewAeLq92q4VbYiixoBmqbfhWTqRDDq3oFow+D2c1hr4tcDc7KSdxCiZanq5 FEMg== MIME-Version: 1.0 X-Received: by 10.224.129.66 with SMTP id n2mr19432510qas.55.1399683263007; Fri, 09 May 2014 17:54:23 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Fri, 9 May 2014 17:54:22 -0700 (PDT) In-Reply-To: References: <530508B7.7060102@FreeBSD.org> <201405091349.14381.jhb@freebsd.org> <536D3184.9070302@freebsd.org> <536D6999.6080402@freebsd.org> Date: Fri, 9 May 2014 17:54:22 -0700 X-Google-Sender-Auth: VqfTPhKEPQOmMmFnqP-JGWL36V0 Message-ID: Subject: Re: [rfc] bind per-cpu timeout threads to each CPU From: Adrian Chadd To: Peter Grehan Content-Type: text/plain; charset=UTF-8 Cc: Alexander Motin , freebsd-current , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 00:54:24 -0000 ok, I've committed it but I've left the default at "don't pin." That way the existing behaviour hasn't changed and it's easy to flip on to play with. Thanks for the feedback John / Peter! -a