Re: UDP packets are getting dropped because of invalied checksum though checksum offload is enabled in kernel-2.6.32

2012-07-19 Thread Peter Teoh
cksum offload feature is corrected in > kernel-2.6.32 ? > > > Thanks & Regards > Murali Annamneni > > > -Original Message- > From: Kristof Provost [mailto:kris...@sigsegv.be] > Sent: Thursday, July 19, 2012 6:53 PM > To: Murali Annamneni > Cc: kernelnewbies@ker

RE: UDP packets are getting dropped because of invalied checksum though checksum offload is enabled in kernel-2.6.32

2012-07-19 Thread Murali Annamneni
rnelnewbies.org Subject: Re: UDP packets are getting dropped because of invalied checksum though checksum offload is enabled in kernel-2.6.32 On 2012-07-19 18:28:57 (+0530), Murali Annamneni wrote: > Hi All, > > I have written a kernel module using netfilter framework. In my code I&#x

Re: UDP packets are getting dropped because of invalied checksum though checksum offload is enabled in kernel-2.6.32

2012-07-19 Thread Kristof Provost
On 2012-07-19 18:28:57 (+0530), Murali Annamneni wrote: > Hi All, > > I have written a kernel module using netfilter framework. In my code I'll do > some modifications to the header & payload parts of UDP packet in pre & post > hooks. > After modifying the udp packet, I'm computing ip & udp che

UDP packets are getting dropped because of invalied checksum though checksum offload is enabled in kernel-2.6.32

2012-07-19 Thread Murali Annamneni
Hi All, I have written a kernel module using netfilter framework. In my code I'll do some modifications to the header & payload parts of UDP packet in pre & post hooks. After modifying the udp packet, I'm computing ip & udp checksum. This computation is consuming some cpu cycles. Now, I want to