From owner-svn-src-all@FreeBSD.ORG Thu Jul 10 17:09:49 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 2712E322; Thu, 10 Jul 2014 17:09:49 +0000 (UTC) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) (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 A98B62F29; Thu, 10 Jul 2014 17:09:48 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id w7so8062750qcr.7 for ; Thu, 10 Jul 2014 10:09:47 -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=SWKvG3zGZFELPL7sDxDt3AS4LGJzInwH06YTtCUWPgM=; b=We30BtPkEjb7tcNIFcO2OjBPmxwk0zyE6wlLenqUOeC1RFkslptUVFhEr1bCJNHx1Y 8c6iB4+0IoAuFqAew2kLxC3ofvNM1OZUq+Ipl3KnZ/SjKDiQjVOiNcCiuXW0thbqBYW6 ajaLX/1PjX7HH+12IT510097UybZ70+UH6ugt6ieVHpmHRUXoeSu93ff9+Lf+wQ+TVoo LTdn2NgZ+xoenOI0SlrgTmGH/Q42dLu0aQa98GroGInxaAF/v+yiqNafD0Y5J0MLw4YY D64m/I09c4C04Xtpg9wPLoEraGTkevCsljpOoVBq7FeVpH9ClCfSFLhoWicvjROmL2Lm RMXw== MIME-Version: 1.0 X-Received: by 10.224.223.135 with SMTP id ik7mr82726846qab.26.1405012187824; Thu, 10 Jul 2014 10:09:47 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Thu, 10 Jul 2014 10:09:47 -0700 (PDT) In-Reply-To: <7B389A41-388C-498E-8D92-0C9B0B11D83D@FreeBSD.org> References: <201407100310.s6A3AvQ5093684@svn.freebsd.org> <7B389A41-388C-498E-8D92-0C9B0B11D83D@FreeBSD.org> Date: Thu, 10 Jul 2014 10:09:47 -0700 X-Google-Sender-Auth: LfYKdQQVQ0YLXGImkLoMtDgTqAU 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: Thu, 10 Jul 2014 17:09:49 -0000 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. -a