Difference between revisions of "Chelsio:Driver Installation"

From Define Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
Check the log for any errors - it will tell you what the problem is.  Install any needed packages and re install the Uwire software.
 
Check the log for any errors - it will tell you what the problem is.  Install any needed packages and re install the Uwire software.
  
 +
 +
== Loading the Driver ==
 +
 +
Loading in NIC mode (without offload support)
 +
<syntaxhighlight>
 +
[root@hft1 ~]# modprobe cxgb4
 +
</syntaxhighlight>
 +
 +
Loading in TOE mode (with offload support)
 +
<syntaxhighlight>
 +
[root@hft1 ~]# modprobe t4_tom
 +
</syntaxhighlight>
  
 
== Dependencies ==
 
== Dependencies ==
  
No dependencies found.  
+
No dependencies found.
  
 
== Performance Tunning ==
 
== Performance Tunning ==

Revision as of 14:32, 7 January 2015

Drivers Download

Down load the Uwire software from:

http://service.chelsio.com/


Installation

Unpack the tar files and run install.py.

Follow the instructions to install the required software (1,1 install all Drivers)

It is important to check the install log. A successful install by the python script does not always mean that - something may have fialed to install.

Check the log for any errors - it will tell you what the problem is. Install any needed packages and re install the Uwire software.


Loading the Driver

Loading in NIC mode (without offload support)

[root@hft1 ~]# modprobe cxgb4

Loading in TOE mode (with offload support)

[root@hft1 ~]# modprobe t4_tom

Dependencies

No dependencies found.

Performance Tunning

The performance tunning could be established by t4_perftune.sh script which will configure Receiver Side Scaling(RSS) and enable Interrupt Coalescing.

[root@hft1 ~]# t4_perftune.sh