diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/sun4v/sys/vldc_impl.h | 3 |
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 */ |