diff options
author | narayan <none@none> | 2006-07-10 13:54:40 -0700 |
---|---|---|
committer | narayan <none@none> | 2006-07-10 13:54:40 -0700 |
commit | d10e4ef2fabf16c3237c6d6592496df3eac6a1ef (patch) | |
tree | eba8ce41c34abcfb747da37e51cbe610162cf334 /usr/src/uts/sun4v/sys/vnet.h | |
parent | 0ccf9e790d232720597416743840df88825a9317 (diff) | |
download | illumos-joyent-d10e4ef2fabf16c3237c6d6592496df3eac6a1ef.tar.gz |
6412648 VIO service drivers auto-unload after some time
6413569 Possible memory leaks needs to be investigated.
6423722 vds should use finer-grained locking for better performance
6429738 LDom panics using a destroyed ldc
6431111 LDOM manager should use P_FAULTED state for cpu instead of P_OFFLINE/
6431300 can not enter '~' character on a ldom's console
6431458 vDisk drivers need to handle read/write requests asynchronously
6437436 ldc read/write operations are serialized due to a common lock
6437766 vDisk VTOC should handle the timestamp field
6440543 vSwitch/vNet should use aligned IP frame headers
6440553 vNet/vSwitch should reuse previously allocated mblks
6442270 vDisk server should set FREAD and FWRITE mode when calling ldi_ioctl
6442851 Remove VLDC max write_pa limit
6442973 vntsd dumps core with assertion failure message
6443193 vDisk client incorrectly implements DKIOCSGEOM ioctl
6443198 vDisk client incorrectly caches new VTOC on DKIOCSVTOC ioctl
6444392 vswitch/vnet should set end_idx to -1 for increased performance
Diffstat (limited to 'usr/src/uts/sun4v/sys/vnet.h')
-rw-r--r-- | usr/src/uts/sun4v/sys/vnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/sun4v/sys/vnet.h b/usr/src/uts/sun4v/sys/vnet.h index c43af5bfab..53202f7601 100644 --- a/usr/src/uts/sun4v/sys/vnet.h +++ b/usr/src/uts/sun4v/sys/vnet.h @@ -44,6 +44,7 @@ extern "C" { #define VNET_LDCWD_INTERVAL 1000 /* watchdog freq in msec */ #define VNET_LDCWD_TXTIMEOUT 1000 /* tx timeout in msec */ #define VNET_LDC_QLEN 1024 /* ldc qlen */ +#define VNET_NRBUFS 512 /* number of receive bufs */ /* * vnet proxy transport layer information. There is one instance of this for |