Disabling checksum offload on Solaris10


 
Thread Tools Search this Thread
Operating Systems Solaris Disabling checksum offload on Solaris10
# 1  
Old 07-08-2009
Data Disabling checksum offload on Solaris10

Hi Community,

Does anyone know how Disabling checksum offload on Solaris10?


Please help me, this issue is very urgent


Thank you

Have a nice day
# 2  
Old 07-08-2009
Can you re-phrase your Q because it is not very clear. Got any use-case/examples for us?
# 3  
Old 07-08-2009
Why exactly do you want to disable it? If you've got a lot of traffic, checksum offloading on the NIC will save you quite some CPU cycles?
# 4  
Old 07-08-2009
Would this help?
from: http://data.versiontracker.com/drive...bnx/readme.txt


Code:
############################################################################
# Checksum : configures checksum task which are offloaded to asic,
# namely transport (TCP / UDP) or network (IP) protocol checksum
# offload. By default no checksum is offloaded. Legal values are -
#       0 : No checksum offload.
#       1 : TCP & IP checksum generation is offloaded for outbound packets
#       2 : TCP & IP checksum validation is offloaded for ingress packets
#       3 : Both TCP / IP checksum is offloaded in both direction.
#  For examples, configure adapters of instance#0 and instance#3 to 
#  checksum offload.
#
#Checksum=3,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0;

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

MD5 checksum

Hi Guys, I have about MD5 checksum so many times but I can't figure out how to use it. Can someone please show me how to perform an MD5 checksum? Thanks a lot guys. (1 Reply)
Discussion started by: cjashu
1 Replies

2. IP Networking

Wireshark UDP checksum bad checksum

Hello I am communicating with two devices using my computer over UDP protocol. The application is running fine. When I monitored the UDP traffic using Wireshark software, I found that there were too many Checksum errors. Please find attached the png file showing this error. I am about to... (0 Replies)
Discussion started by: AustinCann
0 Replies

3. Solaris

md5 checksum what does it do

Hello good people, I came across md5 checksum. Can anyone please explain to me what it does and if possible an example of how to use it? Thank you very much (1 Reply)
Discussion started by: cjashu
1 Replies

4. UNIX for Dummies Questions & Answers

sftp checksum! why we use it

Hi All, In file transfer with sftp protocol, what is the purpose "checksum" solves? Is this something not getting the file which has already been bought? Waiting for your response !!! (1 Reply)
Discussion started by: sk84993
1 Replies

5. Solaris

checksum

Anyone can tell me the different between "cksum" and "sum" command on Solaris? I read the man pages but still not get it. And how to display the md5 checksum for a file. Thanks, (1 Reply)
Discussion started by: redstone
1 Replies

6. Linux

Offload parameters for Ethernet Card

Hi, Actually i want to see Offload parameter for my Eth card. Then after i try using this command Anybody can explain ? Is there any problem with my eth card ? (1 Reply)
Discussion started by: justbow
1 Replies

7. Programming

Disabling IP Checksum Calculation

Hello Friends, I'm constructing the IP Packets by using the RAW Sockets. If I give any value for VER/TTL/Protocol the packet is being transmitted with that particular values. But in case of IP Checksum, I'm always getting the correct checksum value irrespective of the value I give. Can anyone... (5 Replies)
Discussion started by: aamirglb
5 Replies

8. SCO

checksum

Does anyone know the answer to this? When I run "sum -r" on a file that I've down loaded from the sco website, the 1st set of numbers differs from the checksum on the download page but the 2nd set matches. If I try to install the patch, I get errors. Anyone has an answer? (3 Replies)
Discussion started by: jn5519
3 Replies

9. Filesystems, Disks and Memory

Directory is Same but Checksum is different

Hello, I am performing a checksum on our software we have installed on a unix solaris 2.0 os. If the checksum generated report is not the same as a 'Gold' report we have on disk. Then our software is deleted, and reinstalled. The problem I am having is if you run the program again, the... (3 Replies)
Discussion started by: JustinPyfrom
3 Replies

10. Shell Programming and Scripting

Checksum question

in HPUX: I am copying oracle datafiles from one mountpoint to another the total size is about 250Gb. I wanted to perform a checksum on the target and make sure the files came overy properly. Mountpoints: /s01 to /u01 /s02 to /u02 I tried using "SUM" on these mountpoints but its taking... (1 Reply)
Discussion started by: jigarlakhani
1 Replies
Login or Register to Ask a Question