summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/sys/vldc_impl.h
diff options
context:
space:
mode:
authorlm66018 <none@none>2006-07-21 12:26:29 -0700
committerlm66018 <none@none>2006-07-21 12:26:29 -0700
commite1ebb9ec908bc2d0a8810f137ebd6566cc8a8061 (patch)
tree2c9ad19021fe00c015544c8d476f0c2cafa198f7 /usr/src/uts/sun4v/sys/vldc_impl.h
parent9c378f4b0cc67a2a16a7fb13a45776402e0d25e6 (diff)
downloadillumos-joyent-e1ebb9ec908bc2d0a8810f137ebd6566cc8a8061.tar.gz
6432376 vds and vdc don't negotiate max transfer size supported correctly
6432416 vds should support raw as well as block devices. 6434543 vdc error messages could be more informative 6447559 vswitch should take advantage of multiple unicast address support 6448482 Some LDC link layer APIs do not match specification 6448730 drctl panics being unloaded by moduninstall daemon
Diffstat (limited to 'usr/src/uts/sun4v/sys/vldc_impl.h')
-rw-r--r--usr/src/uts/sun4v/sys/vldc_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sun4v/sys/vldc_impl.h b/usr/src/uts/sun4v/sys/vldc_impl.h
index ffdd97636b..9866d3879c 100644
--- a/usr/src/uts/sun4v/sys/vldc_impl.h
+++ b/usr/src/uts/sun4v/sys/vldc_impl.h
@@ -41,13 +41,13 @@ extern "C" {
/* default values */
#define VLDC_DEFAULT_MTU 0x800 /* default mtu size */
+#define VLDC_STREAM_MTU 0x1000 /* 4K */
/* VLDC limits */
#define VLDC_MAX_COOKIE 0x40000 /* max. size of xfer to/from HV */
#define VLDC_MAX_MTU 0x40000 /* 256K */
#define VLDC_MAX_PORTS 0x800
#define VLDC_MAX_MINORS VLDC_MAX_PORTS
-#define VLDC_QUEUE_LEN 0x80
#define VLDC_MINOR_MASK (VLDC_MAX_PORTS - 1)
#define VLDC_INST_SHIFT 11