From owner-freebsd-arch@FreeBSD.ORG Sat May 17 00:13:44 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 0A2451A9; Sat, 17 May 2014 00:13:44 +0000 (UTC) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (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 AE52527EA; Sat, 17 May 2014 00:13:43 +0000 (UTC) Received: by mail-qg0-f49.google.com with SMTP id a108so5284361qge.8 for ; Fri, 16 May 2014 17:13:42 -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:content-type; bh=ez2nZuSIk5nTYc25Bj2BvHaR2z32pWp5UE37c+DXWBI=; b=aMucMvGfD4VztmyRoCcKu0LthF5ELKwivUULVC+tVs8mfkAy67CD6VqtmDt+tpXD5v 9t1kJB/3OClln4gt7HJl8CVdwVB1x4BUhnMujbISjDlc6FHxIZab1tL33kbilkbc+xdJ GD2q/rp3U7Jp5V6wHMXLQTCUQFqi1VMAmb27aq/a+gBZv7hoaikyQUmeabA9rIVHrA/s 7tqjCQ98g9Y59vQJQ+0LHI50eRpQUyw1P7DnGuP8fFFeI1erjBy9FnxQtoPc8usjD7PC Oe2x23pil3fWcvFwNeKcYN8+14tcflhj2cjD5nHi54WXQXb6Q8jh+vrkOCUERnnvrLim ekoQ== MIME-Version: 1.0 X-Received: by 10.140.22.209 with SMTP id 75mr28925779qgn.4.1400285622901; Fri, 16 May 2014 17:13:42 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Fri, 16 May 2014 17:13:42 -0700 (PDT) In-Reply-To: References: Date: Fri, 16 May 2014 17:13:42 -0700 X-Google-Sender-Auth: wYZxX76B31db0QZ5ydIri50MoGA Message-ID: Subject: Re: [rfc] tcp timer update for RSS From: Adrian Chadd To: "freebsd-arch@freebsd.org" , FreeBSD Net Content-Type: text/plain; charset=UTF-8 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, 17 May 2014 00:13:44 -0000 On 16 May 2014 10:47, Adrian Chadd wrote: > Ok, I've given this a whirl on a slightly larger system. There's no > 10Gbit/sec in it yet, but it's stable under 64,000 sockets at > 1Gbit/sec. > > I'm going to commit this over the next couple of days unless there are > any objections. The defaults are still the same so it won't affect the > rest of you. http://people.freebsd.org/~adrian/norse/20140517-tcp-rss-timers-3.diff I've committed the in.h IP_* fields for now, just to get that out of the way. This patch fixes the inp_cpu lookup code to actually be right. :-) -a