1# driver.conf(5) file for VMware Vmxnet Generation 3 adapters. 2 3# TxRingSize -- 4# 5# Tx ring size for each vmxnet3s# adapter. Must be a multiple of 32. 6# 7# Minimum value: 32 8# Maximum value: 4096 9# 10TxRingSize=4096,4096,4096,4096,4096,4096,4096,4096,4096,4096; 11 12# RxRingSize -- 13# 14# Rx ring size for each vmxnet3s# adapter. Must be a multiple of 32. 15# 16# Minimum value: 32 17# Maximum value: 4096 18# 19RxRingSize=4096,4096,4096,4096,4096,4096,4096,4096,4096,4096; 20 21# RxBufPoolLimit -- 22# 23# Limit the number of Rx buffers cached for each vmxnet3s# adapter. 24# Increasing the limit might improve performance but increases the 25# memory footprint. 26# 27# Minimum value: 0 28# Maximum value: RxRingSize * 10 29# 30RxBufPoolLimit=16384,16384,16384,16384,16384,16384,16384,16384,16384,16384; 31 32# EnableLSO -- 33# 34# Enable or disable LSO for each vmxnet3s# adapter. 35# 36# Minimum value: 0 37# Maximum value: 1 38# 39EnableLSO=1,1,1,1,1,1,1,1,1,1; 40