summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/sys/vldc_impl.h
diff options
context:
space:
mode:
authorjm22469 <none@none>2006-08-25 12:08:15 -0700
committerjm22469 <none@none>2006-08-25 12:08:15 -0700
commit592b39e7880f85dc37f53ec4651955413b7c1d23 (patch)
tree6d4cbad7b675f5ec7fb1afba83a241ba17a2b30f /usr/src/uts/sun4v/sys/vldc_impl.h
parentc758f97ff8b15826787cfb3cd4ebd6251a90bf57 (diff)
downloadillumos-joyent-592b39e7880f85dc37f53ec4651955413b7c1d23.tar.gz
6461649 vldc driver sets incorrect default MTU for streaming mode channel (add missing file)
Diffstat (limited to 'usr/src/uts/sun4v/sys/vldc_impl.h')
-rw-r--r--usr/src/uts/sun4v/sys/vldc_impl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/sun4v/sys/vldc_impl.h b/usr/src/uts/sun4v/sys/vldc_impl.h
index 9866d3879c..0b4305f0e2 100644
--- a/usr/src/uts/sun4v/sys/vldc_impl.h
+++ b/usr/src/uts/sun4v/sys/vldc_impl.h
@@ -40,8 +40,7 @@ extern "C" {
#include <sys/vldc.h>
/* default values */
-#define VLDC_DEFAULT_MTU 0x800 /* default mtu size */
-#define VLDC_STREAM_MTU 0x1000 /* 4K */
+#define VLDC_DEFAULT_MTU 0x1000 /* default mtu size 4K */
/* VLDC limits */
#define VLDC_MAX_COOKIE 0x40000 /* max. size of xfer to/from HV */