diff options
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 |