~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201210021442

« back to all changes in this revision

Viewing changes to modules/solaris/vmxnet3/vmxnet3s.conf

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-03-31 14:20:05 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110331142005-3n9red91p7ogkweo
Tags: 2011.03.28-387002-0ubuntu1
* Merge latest upstream git tag.  This has the unlocked_ioctl change
  needed to fix dkms build failures (LP: #727342)
* Changes in debian/rules:
  - work around a bug in toolbox/Makefile, where install-exec-hook is
    not happening.  This needs to get fixed the right way.
  - don't install 'vmware-user' which seems to no longer exist
  - move /etc/xdg into open-vm-toolbox (which should be done using .install)
* debian/open-vm-tools.init: add 'modprobe [-r] vmblock'. (LP: #332323)
* debian/rules and debian/open-vm-toolbox.lintian-overrides:
  - Make vmware-user-suid-wrapper suid-root (LP: #332323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Driver.conf(4) 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
#
 
10
TxRingSize=256,256,256,256,256,256,256,256,256,256;
 
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
#
 
19
RxRingSize=256,256,256,256,256,256,256,256,256,256;
 
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
#
 
30
RxBufPoolLimit=512,512,512,512,512,512,512,512,512,512;
 
31
 
 
32
# EnableLSO --
 
33
#
 
34
#    Enable or disable LSO for each vmxnet3s# adapter.
 
35
#
 
36
#    Minimum value: 0
 
37
#    Maximum value: 1
 
38
#
 
39
EnableLSO=1,1,1,1,1,1,1,1,1,1;