Re: [PATCH 2/3] qla3xxx: cleanup checksum offload code

2007-06-13 Thread Jeff Garzik
Stephen Hemminger wrote: The code for checksum is more complex than needed when dealing with VLAN's; the higher layers already pass down the location of the IP header. Compile tested only, no hardware available. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> applied to #upstream (2.6.23

RE: [PATCH 2/3] qla3xxx: cleanup checksum offload code

2007-06-13 Thread Ron Mercer
etdev@vger.kernel.org > Subject: Re: [PATCH 2/3] qla3xxx: cleanup checksum offload code > > Stephen Hemminger wrote: > > The code for checksum is more complex than needed when > dealing with VLAN's; > > the higher layers already pass down the location of the IP header. &

Re: [PATCH 2/3] qla3xxx: cleanup checksum offload code

2007-06-13 Thread Jeff Garzik
Stephen Hemminger wrote: The code for checksum is more complex than needed when dealing with VLAN's; the higher layers already pass down the location of the IP header. Compile tested only, no hardware available. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Ron, do you ACK patch #2 and

RE: [PATCH 2/3] qla3xxx: cleanup checksum offload code

2007-06-06 Thread Ron Mercer
M > To: Jeff Garzik; Linux Driver > Cc: netdev@vger.kernel.org > Subject: [PATCH 2/3] qla3xxx: cleanup checksum offload code > > The code for checksum is more complex than needed when > dealing with VLAN's; > the higher layers already pass down the location of the IP

[PATCH 2/3] qla3xxx: cleanup checksum offload code

2007-05-30 Thread Stephen Hemminger
The code for checksum is more complex than needed when dealing with VLAN's; the higher layers already pass down the location of the IP header. Compile tested only, no hardware available. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/qla3xxx.c | 37 +++---