From owner-freebsd-net@FreeBSD.ORG Tue Jul 23 06:37:02 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DB38736E for ; Tue, 23 Jul 2013 06:37:02 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qe0-x230.google.com (mail-qe0-x230.google.com [IPv6:2607:f8b0:400d:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FDA129DB for ; Tue, 23 Jul 2013 06:37:02 +0000 (UTC) Received: by mail-qe0-f48.google.com with SMTP id 2so4202838qea.21 for ; Mon, 22 Jul 2013 23:37:01 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=InzdxXPnySkthfEl10UivxP5yiVmriS02doDtT+teHI=; b=x8ly3bGu4J2Rz9/PbKSffV6aF5vgmKr+K7aQZRoqlNHAQyjRgp+dC/ZqLz72YDhwY5 gP2u+g9WBFGLOGGfIGHd0xaxZPb5BieXlHGS96IJM4mP+uMR/6EWsA9/LHXu1Xkmumko 2WqOIiS0fsDbPpdSNO0l0E6RfBLn1NKoi7StSTmpMdDH5Doz3/xESdIbdbpyO5m6kS55 IJdiApzzifY/ETW+vxdFhmYY3zlbpEFmzxRXodEDA+jhQ0SN2mzaEGHT3vGNpOVIGsf9 UwDS8P7RJHe/vhXa00TheGagD0fOiCkSfOey5PB6FOzN3HKNN3jX9TVs1AA280xIgmxg ODqw== MIME-Version: 1.0 X-Received: by 10.49.58.70 with SMTP id o6mr36076831qeq.1.1374561421676; Mon, 22 Jul 2013 23:37:01 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.195.72 with HTTP; Mon, 22 Jul 2013 23:37:01 -0700 (PDT) In-Reply-To: <51EE198B.7040509@mail.ru> References: <51E0E2AF.7090404@mail.ru> <51E44E2F.8060700@mail.ru> <51E455D5.2090403@mail.ru> <20130722200205.GO26412@funkthat.com> <51EDA37A.9040200@mail.ru> <51EE198B.7040509@mail.ru> Date: Mon, 22 Jul 2013 23:37:01 -0700 X-Google-Sender-Auth: 7f7KqpYLi8ngH_EqjEg4VX0YXlA Message-ID: Subject: Re: SO_REUSEPORT: strange kernel balancer behaviour From: Adrian Chadd To: trafdev Content-Type: text/plain; charset=ISO-8859-1 Cc: Sepherosa Ziehau , freebsd-net@freebsd.org, John-Mark Gurney X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 06:37:02 -0000 Sweet, have any code you can share that can elicit this? I'm writing a network / disk application layer right now so i can model/test this stuff out. I'd love to see some pointers/example code. Thanks! -adrian