From owner-freebsd-current@FreeBSD.ORG Tue Oct 2 04:38:32 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F2E416A41A for ; Tue, 2 Oct 2007 04:38:32 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 3648B13C4C2 for ; Tue, 2 Oct 2007 04:38:32 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so7674856pyb for ; Mon, 01 Oct 2007 21:38:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=oq7lM1xgyv0zz6OSoELii27LiN25/ILthaVGyFaixQA=; b=oqIkTqzPYVJWYmnAhOxXFDeSTPEQslAuEMuGQ5a9gb6k/3y4SFPTTRr3V84WjYaBvJJt7bI9V9FltPutFc5tIsA6QPAGNuwYsrwCUWYjfYDlYAtg7NSTLmcRlOQvqqjwdfrlisEuYLff90Ql5wHYrWKgOYoNNK/8gpYxrN6aSDU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OEaMlxyTRTpBiBDpfWBF4XFsjufdXB24cmmV59K3587wmTHn6p+xYzdhYxzQ1MqJa0E+KVglW4zbBu9sHN8wetihdnwkMwGU9SjCpemHVk14VmWiJe6XO1ksPRardSO1b5/Hf/rBQuCDPkMcDpaxOPMtGjwcaoyG776etv9xGtU= Received: by 10.65.196.2 with SMTP id y2mr7538405qbp.1191299909880; Mon, 01 Oct 2007 21:38:29 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Mon, 1 Oct 2007 21:38:29 -0700 (PDT) Message-ID: Date: Tue, 2 Oct 2007 04:38:29 +0000 From: "Aryeh Friedman" To: pyunyh@gmail.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071002001252.GG18658@cdnetworks.co.kr> <20071002035948.GK18658@cdnetworks.co.kr> Cc: freebsd-current@freebsd.org Subject: Re: tcpi/ip dies at random times X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Oct 2007 04:38:32 -0000 On 10/2/07, Aryeh Friedman wrote: > > > > The patch might have a bug for checksum offload handling. > > How about disabling checksum offload? > > (i.e. ifconfig re0 -rxcsum -txcsum) > > Works... but doesn't having the OS do checksums cause load? oops should of said no lock up on the first few packets but no data yet on the orginial issue.