From owner-freebsd-current@FreeBSD.ORG Tue Nov 11 08:30:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E915716A4CF; Tue, 11 Nov 2003 08:30:35 -0800 (PST) Received: from hercules.icarz.com (ns1.icarz.com [207.99.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BBBD43FBD; Tue, 11 Nov 2003 08:30:30 -0800 (PST) (envelope-from kenm@icarz.com) Received: from deanna.icarz.com (deanna.icarz.com [207.99.22.19]) by hercules.icarz.com (8.11.6/8.10.1) with ESMTP id hABGUT412423; Tue, 11 Nov 2003 11:30:29 -0500 (EST) Received: from kenxp (netb-178.icarz.com [209.123.219.178]) by deanna.icarz.com (8.12.9p2/8.12.9) with SMTP id hABGUS8O078013; Tue, 11 Nov 2003 11:30:28 -0500 (EST) (envelope-from kenm@icarz.com) Message-ID: <063d01c3a870$550b18e0$b2db7bd1@icarz.com> From: "Ken Menzel" To: "Andre Oppermann" , , References: <3FAE68FB.64D262FF@pipeline.ch> Date: Tue, 11 Nov 2003 11:24:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Scanned-By: MIMEDefang 2.38 Subject: Re: tcp hostcache and ip fastforward for review X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 16:30:36 -0000 Hi Andre, Your patch applies just fine for me now on Oct 10th current sources. Everything seems to be working fine on dual processor Dell 2500 with SMP kernel. This is a network backup machine. I don't see any problems, just as fast as always and seems to be solid so far, it has only been running a few hours. I ran some network backups to this server and ssh sessions out. Thanks Ken riker# sysctl -a net.inet.tcp.hostcache.list net.inet.tcp.hostcache.list: IP address MTU SSTRESH RTT RTTVAR BANDWIDTH CWND SENDPIPE RECVPIPE HITS UPD EXP 209.123.219.10 0 0 14ms 9ms 1805600 6516 0 0 4 3 3600 207.99.22.19 0 0 17ms 13ms 1098400 65535 0 0 4 3 600 ----- Original Message ----- From: "Andre Oppermann" To: ; Cc: ; ; Sent: Sunday, November 09, 2003 11:19 AM Subject: tcp hostcache and ip fastforward for review > Hello all, > > this patch contains three things (to be separated for committing): > > tcp_hostcache > > - removes protocol cloning from routing table (IPv4+6) > - removes rtentry pointer from inpcb and in6pcb