Re: [PATCH 1/3] qla3xxx: device doesnt do hardware checksumming.

2007-06-03 Thread Jeff Garzik
Stephen Hemminger wrote: Reading the code for ql_hw_csum_setup(), it is obvious that this driver is broken for IPV6. The driver sets the NETIF_F_HW_SUM flag, but the code for checksum setup only deals with IPV4. Compile tested only, no hardware available. Signed-off-by: Stephen Hemminger <[EMAI

[PATCH 1/3] qla3xxx: device doesnt do hardware checksumming.

2007-05-30 Thread Stephen Hemminger
Reading the code for ql_hw_csum_setup(), it is obvious that this driver is broken for IPV6. The driver sets the NETIF_F_HW_SUM flag, but the code for checksum setup only deals with IPV4. Compile tested only, no hardware available. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers