From owner-freebsd-net Mon Apr 15 9:47:30 2002 Delivered-To: freebsd-net@freebsd.org Received: from fubar.damon.com (damon.com [199.98.84.2]) by hub.freebsd.org (Postfix) with ESMTP id E000F37B416; Mon, 15 Apr 2002 09:47:24 -0700 (PDT) Received: from fubar.damon.com (localhost [127.0.0.1]) by fubar.damon.com (8.12.2/8.12.2) with ESMTP id g3FGlJwM000418; Mon, 15 Apr 2002 11:47:19 -0500 (CDT) (envelope-from dap@fubar.damon.com) Received: (from dap@localhost) by fubar.damon.com (8.12.2/8.12.2/Submit) id g3FGlIqq000417; Mon, 15 Apr 2002 11:47:18 -0500 (CDT) Date: Mon, 15 Apr 2002 11:47:18 -0500 From: Damon Permezel To: jlemon@FreeBSD.org Cc: freebsd-net@FreeBSD.org Subject: gx problems with IP frags. Message-ID: <20020415164718.GA343@fubar.damon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. No response, so I decided to have a look. The 82543 doesn't support checksum generation for IP frags. Can't say for sure about the 82544, as I don't have the spex. To fix this problem for the gx driver, change the features to be: #define GX_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP) in dev/gx/if_gx.c. Cheers, Damon. -- -- Damon Permezel dap@damon.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message