Re: UDP checksum elimination

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- "David S. Miller" <davem@redhat.com> wrote:
>    From: sai narasimhamurthy <sai_narasi@yahoo.com>
>    Date: Tue, 1 Jul 2003 19:59:59 -0700 (PDT)
> 
>    I have managed to send UDP packets with the
> checksum
>    filed set to "0". Inspite of that I dont seem to
> be
>    getting any performance improvements at the
> recieving
>    side.(I am using Netperf).
> 
> The checksum is for free during the copy of the data
> from userspace.
> The copy is still occuring from userspace during the
> write()/sendmsg()
> calls even once you've turned off the checksums, and
> that's where most
> of the overhead is from.
> -

David, 
Does that mean there is no processing at the reciever
too?? (for 0 checksum transmitted for UDP)
sai


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux