diff options
author | yong tan - Sun Microsystems - Beijing China <Yong.Tan@Sun.COM> | 2009-07-23 10:37:40 +0800 |
---|---|---|
committer | yong tan - Sun Microsystems - Beijing China <Yong.Tan@Sun.COM> | 2009-07-23 10:37:40 +0800 |
commit | 35bff3c25e305b98f6a6e5317efb1f96e76bba0d (patch) | |
tree | ad94e9db077258fc7ef33b5497203fb33ddf1b5f /usr/src/uts/common/io/bge/bge_impl.h | |
parent | 464dca6ed5bb17d3d3b4540329449bb2e636c814 (diff) | |
download | illumos-gate-35bff3c25e305b98f6a6e5317efb1f96e76bba0d.tar.gz |
6772728 ping with big size packets failed on bge interface after enable the jumbo
Diffstat (limited to 'usr/src/uts/common/io/bge/bge_impl.h')
-rw-r--r-- | usr/src/uts/common/io/bge/bge_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/bge/bge_impl.h b/usr/src/uts/common/io/bge/bge_impl.h index 34465733b6..86b8d3093a 100644 --- a/usr/src/uts/common/io/bge/bge_impl.h +++ b/usr/src/uts/common/io/bge/bge_impl.h @@ -1188,7 +1188,6 @@ extern uint32_t bge_rx_ticks_norm; extern uint32_t bge_tx_ticks_norm; extern uint32_t bge_rx_count_norm; extern uint32_t bge_tx_count_norm; -extern boolean_t bge_jumbo_enable; extern boolean_t bge_relaxed_ordering; void bge_chip_msi_trig(bge_t *bgep); |