From owner-freebsd-current@FreeBSD.ORG Sat Aug 21 03:03:19 2004 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 17FBB16A4CE for ; Sat, 21 Aug 2004 03:03:19 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4856943D2D for ; Sat, 21 Aug 2004 03:03:16 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id EAC00FD067; Fri, 20 Aug 2004 20:03:15 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25924-06; Fri, 20 Aug 2004 20:03:15 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 79604FD077; Fri, 20 Aug 2004 20:03:15 -0700 (PDT) From: Sean McNeil To: "David W. Hankins" Content-Type: text/plain Message-Id: <1093057395.41311.4.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 20 Aug 2004 20:03:15 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: current@freebsd.org Subject: Re: on amd64 tcp4 cksums are bad (FYI) 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: Sat, 21 Aug 2004 03:03:19 -0000 David, >When connecting to the same host from the same client just via tcp4, >all is not quite so good: I have an re0 NIC on my amd64 and I've found that txcsum is broken for it. Others have found this also and I believe it is not NIC-specific. Could you look to see if your nic has it turned on and try turning it off with ifconfig and see if it makes a difference? Sean