8354 sync regcomp(3C) with upstream (fix make catalog)
[unleashed/tickless.git] / usr / src / uts / intel / io / vmxnet3s / vmxnet3s.conf
blob8345dc27f46d03753ebeef13136d634808b6477f
1 # Driver.conf(4) file for VMware Vmxnet Generation 3 adapters.
3 # TxRingSize --
5 #    Tx ring size for each vmxnet3s# adapter. Must be a multiple of 32.
7 #    Minimum value: 32
8 #    Maximum value: 4096
10 TxRingSize=4096,4096,4096,4096,4096,4096,4096,4096,4096,4096;
12 # RxRingSize --
14 #    Rx ring size for each vmxnet3s# adapter. Must be a multiple of 32.
16 #    Minimum value: 32
17 #    Maximum value: 4096
19 RxRingSize=4096,4096,4096,4096,4096,4096,4096,4096,4096,4096;
21 # RxBufPoolLimit --
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.
27 #    Minimum value: 0
28 #    Maximum value: RxRingSize * 10
30 RxBufPoolLimit=16384,16384,16384,16384,16384,16384,16384,16384,16384,16384;
32 # EnableLSO --
34 #    Enable or disable LSO for each vmxnet3s# adapter.
36 #    Minimum value: 0
37 #    Maximum value: 1
39 EnableLSO=1,1,1,1,1,1,1,1,1,1;