How to change 'txdesc_que_sz' from command line

How to change 'txdesc_que_sz' from command line

Posted 05/07/2009 - 15:31 by David Schnardthorst

Problem: 

The 'txdesc_que_sz' is incorrectly set on an AIX platform.  How can this be changed via Command Line options?

Solution: 

To change the txdesc_que_sz of a network interface in IBM AIX:

# chdev -l 'ent0' -a txdesc_que_sz='<newvalue>' '-P'

Note: The "-P" flag makes this a permament change.

Example:

chdev -l 'ent0' -a txdesc_que_sz='16384' '-P'