Problem:
The 'rxdesc_que_sz' is incorrectly set on an AIX platform. How can this be changed via Command Line options?
Solution:
To change the rxdesc_que_sz of a network interface in IBM AIX:
# chdev -l 'ent0' -a rxdesc_que_sz='<newvalue>' '-P'
Note: The "-P" flag makes this a permament change.
Example:
chdev -l 'ent0' -a rxdesc_que_sz='1024' '-P'