diff options
author | ja97890 <none@none> | 2007-04-26 03:26:34 -0700 |
---|---|---|
committer | ja97890 <none@none> | 2007-04-26 03:26:34 -0700 |
commit | 9c1751294cd1ff9c27007f40ee6aacc943076cbf (patch) | |
tree | c9ec2f4d43780599bde806cb10368a385293f0c0 /usr/src/uts/common/sys/dld_impl.h | |
parent | 6dfdd35c9692c8a1b2d999e07dbb09ac4f308774 (diff) | |
download | illumos-gate-9c1751294cd1ff9c27007f40ee6aacc943076cbf.tar.gz |
6508808 T2000 GLDv3 network interface suffers performance regression when VLANs configured
Diffstat (limited to 'usr/src/uts/common/sys/dld_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/dld_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/dld_impl.h b/usr/src/uts/common/sys/dld_impl.h index 356bd4dd1b..bb9a6bbe67 100644 --- a/usr/src/uts/common/sys/dld_impl.h +++ b/usr/src/uts/common/sys/dld_impl.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -251,6 +251,7 @@ extern void dld_finish_pending_ops(dld_str_t *); #define DLD_OPT_NO_FASTPATH 0x00000001 #define DLD_OPT_NO_POLL 0x00000002 #define DLD_OPT_NO_ZEROCOPY 0x00000004 +#define DLD_OPT_NO_SOFTRING 0x00000008 extern uint32_t dld_opt; |