From owner-freebsd-net@freebsd.org Tue Dec 22 15:09:16 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA9E7A4F095 for ; Tue, 22 Dec 2015 15:09:16 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BB1D1806 for ; Tue, 22 Dec 2015 15:09:15 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 6436925D37D1 for ; Tue, 22 Dec 2015 15:09:12 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id AA8E7C77033 for ; Tue, 22 Dec 2015 15:09:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id I43hHKOxz9tS for ; Tue, 22 Dec 2015 15:09:10 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:54b3:cc18:4b02:167e] (unknown [IPv6:fde9:577b:c1a9:4410:54b3:cc18:4b02:167e]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 2FCE7C76FFB for ; Tue, 22 Dec 2015 15:09:10 +0000 (UTC) From: "Bjoern A. Zeeb" Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: IPv6/UDP locking improvement (can you review? test?) Message-Id: Date: Tue, 22 Dec 2015 15:08:50 +0000 To: FreeBSD Net Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 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, 22 Dec 2015 15:09:16 -0000 Hi, I have had a patch in review https://reviews.freebsd.org/D3721 for a = while which improves IPv6/UDP packets per second rates. It=E2=80=99s modelled after the IPv4 version done a few years back. In case anyone wants to or can review or test it, any feedback will be = welcome. I plan to commit it before the end of the year. /bz=