Re: [PATCH 1/3] Fix partial csum rx handling

2008-05-29 Thread Herbert Xu
Hi Mark: On Thu, May 29, 2008 at 08:58:23AM +0100, Mark McLoughlin wrote: > > So, the three patches are what I needed to make csum/GSO handling work > correctly on the RHEL5 2.6.18 based kernel. Thanks for the explanation. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI

Re: [PATCH 1/3] Fix partial csum rx handling

2008-05-29 Thread Mark McLoughlin
On Thu, 2008-05-29 at 16:50 +1000, Herbert Xu wrote: > On Tue, May 27, 2008 at 12:36:06PM +0100, Mark McLoughlin wrote: > > When we receive a packet with a partial csum, > > just set ip_summed to CHECKSUM_UNNECESSARY. > > > > Signed-off-by: Mark McLoughlin <[EMAIL PROTECTED]> > > Cc: Herbert Xu <[

Re: [PATCH 1/3] Fix partial csum rx handling

2008-05-28 Thread Herbert Xu
On Tue, May 27, 2008 at 12:36:06PM +0100, Mark McLoughlin wrote: > When we receive a packet with a partial csum, > just set ip_summed to CHECKSUM_UNNECESSARY. > > Signed-off-by: Mark McLoughlin <[EMAIL PROTECTED]> > Cc: Herbert Xu <[EMAIL PROTECTED]> I'm not sure I follow the context of this patc