########################################################################## # (C) Copyright 2001-2008 Hewlett-Packard Development Company, L.P. # @(#)B.11.31.1403_LR # # hpigelanconf : contains configuration values for HP Gigabit Ethernet # Interfaces # # HP_IGELAN_INTERFACE_NAME Name of interface (lan0, lan1...) # # HP_IGELAN_VMTU Change the virtual maximum transmission unit. # Valid values are 0 or 32160. Default 0. Setting # this value to 32160 enables the TCP Segmentation # offload (TSO) feature. Setting it to 0 disables # the feature. Note that transmit checksum offload # (HP_IGELAN_SEND_CKO) must be enabled for TCP # Segmentation (TSO) offload to be enabled. # # HP_IGELAN_STATION_ADDRESS Station address of interface # configured through lanadmin(1m) # Prefixed with "0x". # # HP_IGELAN_SPEED Change the speed/duplexity for 1000Base-T cards # Valid values are: 10hd 10fd 100hd 100fd # 1000fd auto_on # # HP_IGELAN_MTU Change the size of maximum transmission unit. # Valid values are: 257-9000 # # HP_IGELAN_FLOW_CONTROL Enable or Disable the card's flow control # By default, it is always enabled # Enable = ON or 1 # Disable = OFF or 0 # # HP_IGELAN_AUTONEG Enable or Disable auto negotiation for 1000Base-SX # By default this mode is always enabled # Enable = ON or 1 # Disable = OFF or 0 # HP_IGELAN_SEND_COAL_TICKS Change the number of send coalesced ticks. # Setting this to 0 disables the timer. # Default: 150 (150 microseconds). # Minimum: 0 (timer disabled) # Maximum: 10000000 (10 seconds). # # HP_IGELAN_RECV_COAL_TICKS Change the number of receive coalesced ticks. # Setting this to 0 disables the timer. # Default: 0 # Minimum: 0 (timer disabled) # Maximum: 10000000 (10 seconds). # # HP_IGELAN_SEND_MAX_BUFS Change the number of send buffer descriptors # to send at one time # Default: 10. Min: 1. Max: 128. # # HP_IGELAN_RECV_MAX_BUFS Change the number of receive buffer descriptors # to send at one time # Default: 1. Min: 1. Max: 256. # # HP_IGELAN_SEND_CKO Enable/Disable hardware TCP/UDP (IPv4) # checksum offload on transmit. Note that # disabling transmit checksum offload will # also disable the TCP Segmentation (TSO) # offload feature. # Enable = ON, # Disable = OFF. (default) # # HP_IGELAN_RECV_CKO Enable/Disable hardware TCP/UDP (IPv4) # checksum offload on receive. # Enable = ON, # Disable = OFF. (default) # # HP_IGELAN_DIAG_THRESH Set the inbound packet rate threshold # (in packets per second) below which # the driver internal diagnostic for # hardware fault detection will be enabled. # The driver internal diagnostics will be # activated when the packet rate on the # interface drops below this threshold. # 0 : Default, disables driver diagnostic # 1-100000 : Enables diagnostic and sets # : the threshold to the given value. # -1 : Enables diagnostic and allows # : the driver to automatically determine # : the threshold. # # # The interface name, major number, card instance and nmid may be # obtained from the lanscan(1m) command. # # All options are set through the lanadmin(1m) command. # ########################################################################### ########################################################################### # The HP_IGELAN_INIT_ARGS are reserved by HP. They are NOT user changable. HP_IGELAN_INIT_ARGS="HP_IGELAN_STATION_ADDRESS HP_IGELAN_SPEED HP_IGELAN_MTU HP_IGELAN_FLOW_CONTROL HP_IGELAN_AUTONEG HP_IGELAN_SEND_COAL_TICKS HP_IGELAN_RECV_COAL_TICKS HP_IGELAN_SEND_MAX_BUFS HP_IGELAN_RECV_MAX_BUFS HP_IGELAN_VMTU" HP_IGELAN_INTERFACE_NAME[0]= HP_IGELAN_STATION_ADDRESS[0]= HP_IGELAN_SPEED[0]= HP_IGELAN_MTU[0]= HP_IGELAN_FLOW_CONTROL[0]= HP_IGELAN_AUTONEG[0]= HP_IGELAN_SEND_COAL_TICKS[0]= HP_IGELAN_RECV_COAL_TICKS[0]= HP_IGELAN_SEND_MAX_BUFS[0]= HP_IGELAN_RECV_MAX_BUFS[0]= HP_IGELAN_VMTU[0]= HP_IGELAN_SEND_CKO[0]= HP_IGELAN_RECV_CKO[0]= HP_IGELAN_DIAG_THRESH[0]= # End of hpigelanconf configuration file