Date: Mon, 15 Apr 2002 11:47:18 -0500 From: Damon Permezel <dap@damon.com> To: jlemon@FreeBSD.org Cc: freebsd-net@FreeBSD.org Subject: gx problems with IP frags. Message-ID: <20020415164718.GA343@fubar.damon.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020415164718.GA343>