From owner-cvs-src@FreeBSD.ORG Mon May 15 06:52:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF15516A412; Mon, 15 May 2006 06:52:17 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F42943D46; Mon, 15 May 2006 06:52:16 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 15 May 2006 07:52:15 +0100 (BST) Date: Mon, 15 May 2006 07:52:14 +0100 From: David Malone To: Max Laier Message-ID: <20060515065214.GA63472@walton.maths.tcd.ie> References: <200605142342.k4ENgOli009466@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605142342.k4ENgOli009466@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 06:52:17 -0000 On Sun, May 14, 2006 at 11:42:24PM +0000, Max Laier wrote: > Use only lower 64bit of src/dest (and src/dest port) for hashing of IPv6 > connections and get rid of the flow_id as it is not guaranteed to be stable > some (most?) current implementations seem to just zero it out. I had a look at how constant the IPv6 Flow ID is with Orla McGann about a year ago: http://www.maths.tcd.ie/~dwmalone/p/ec2nd05.pdf We used to screw up the setting of it on SYN|ACK packets, but we should do it right now. I think NetBSD had a very similar looking bug. When I last checked OpenBSD just set it to zero. I think Solaris DTRT. David.