Re: [PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4)

2005-12-12 Thread Jeff Garzik
John W. Linville wrote: From: John W. Linville [EMAIL PROTECTED] At least some versions of the via-velocity hardware only support checksumming IPv4 frames in hardware. However, the driver is currently setting the NETIF_F_HW_CSUM flag, which indicates support for more than just IPv4. This

Re: [PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4)

2005-12-12 Thread John W. Linville
On Mon, Dec 12, 2005 at 03:29:44PM -0500, Jeff Garzik wrote: John W. Linville wrote: From: John W. Linville [EMAIL PROTECTED] At least some versions of the via-velocity hardware only support checksumming IPv4 frames in hardware. However, the driver is currently setting the NETIF_F_HW_CSUM

[PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4)

2005-12-09 Thread John W. Linville
From: John W. Linville [EMAIL PROTECTED] At least some versions of the via-velocity hardware only support checksumming IPv4 frames in hardware. However, the driver is currently setting the NETIF_F_HW_CSUM flag, which indicates support for more than just IPv4. This results in errors when trying