From owner-svn-src-all@FreeBSD.ORG Sat Jul 12 05:47:17 2014 Return-Path: Delivered-To: svn-src-all@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 F22B133F; Sat, 12 Jul 2014 05:47:16 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (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 699662113; Sat, 12 Jul 2014 05:47:16 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id f12so1519610qad.31 for ; Fri, 11 Jul 2014 22:47:15 -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=Z86w6wGjNQmrBcdUxfbceEo9BYIrqqDtES4E0V/UAso=; b=Cy2cc27bJIdyrU/OiQbjzyWJloNqcjuhH/1vyVYoi/G7j22iMqSUrl+NXjrjr1xRIj Vg6uAAS9M3FLgr1qkhoNdb22NpzCEOafAQ1PFiztEbchP1soZ5vutOKB9oEn+VEc//0w WYcEiCqaSWIHmM3EN3ckUUrVi0wlaBHOQR8M8R7s2w8uPfrE+m70UcU3J49UC7tY0Pdd 3RnhqbdlCjFTLacwaqKOGbpLdqmAN3sBIkLyAErlNr+TLv8qno8YNTno8QMnYxLKrtlu 7Zn5TXKmUPWlZZy/ExP/hvKtyap8wcxjqlwz/D0vXLvbRtP3XZ/OJJmDUPAPCdfvJljf +wEA== MIME-Version: 1.0 X-Received: by 10.224.171.197 with SMTP id i5mr2704870qaz.55.1405144035609; Fri, 11 Jul 2014 22:47:15 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Fri, 11 Jul 2014 22:47:15 -0700 (PDT) In-Reply-To: References: <201407100310.s6A3AvQ5093684@svn.freebsd.org> <7B389A41-388C-498E-8D92-0C9B0B11D83D@FreeBSD.org> Date: Fri, 11 Jul 2014 22:47:15 -0700 X-Google-Sender-Auth: 5v90JPJfGYPqcHb4eH1umETA8dk Message-ID: Subject: Re: svn commit: r268479 - head/sys/netinet From: Adrian Chadd To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2014 05:47:17 -0000 On 10 July 2014 10:09, Adrian Chadd wrote: > On 10 July 2014 03:11, Bjoern A. Zeeb wrote: > >>> TODO: >>> >>> * The pcbgroup lookup code duplicated the wildcard and wildcard-PCB >>> logic. This could be refactored into a single function. >>> >>> * This doesn't yet work for IPv6 (The PCBGROUP code in netinet6/ doesn't >>> yet know about this); nor does it yet fully work for UDP. >> >> >> Is there any intention to bring the feature parity in the close future? I am tired of fixing this kind of stuff 6 years later; been there, had to do that too often. > > That's next on my plate. Before UDP or multi NIC, multi-socket RSS. aaaaaaaaand done. The default toeplitz hash value sucks for IPv6. I'm poking it gently with a stick to see if we can use a new one. -a