diff options
| author | Yu Xiangning <Eric.Yu@Sun.COM> | 2008-12-11 20:04:13 -0800 |
|---|---|---|
| committer | Yu Xiangning <Eric.Yu@Sun.COM> | 2008-12-11 20:04:13 -0800 |
| commit | 0f1702c5201310f0529cd5abb77652e5e9b241b6 (patch) | |
| tree | 83bbea7ada9d11097f73645900c06c37d8346669 /usr/src/uts/intel/ip/ip.global-objs.debug64 | |
| parent | 9a9ae70f32271d74856130e37667ca926b27feb4 (diff) | |
| download | illumos-joyent-0f1702c5201310f0529cd5abb77652e5e9b241b6.tar.gz | |
PSARC 2007/587 Volo -- Low Latency Socket Framework
PSARC 2008/694 Volo Interfaces Amendment
6765829 Integration of project Volo PSARC/2007/587
6644935 mblk cred_t reference counting limits scalability
6693633 TCP receive does not scale because of heavy refcounting of cred structures
4764841 connect/accept is slow on Solaris when compared to Linux
5105708 socket creation retains hold on accessvp
4764836 setsockopt is slow on Solaris when compared to Linux
4772191 socket close(2) is slow on Solaris when compared to Linux
--HG--
rename : usr/src/uts/common/fs/sockfs/socksctp.c => usr/src/uts/common/inet/sockmods/socksctp.c
rename : usr/src/uts/common/fs/sockfs/socksctp.h => usr/src/uts/common/inet/sockmods/socksctp.h
rename : usr/src/uts/common/fs/sockfs/socksctpsubr.c => usr/src/uts/common/inet/sockmods/socksctpsubr.c
rename : usr/src/uts/common/fs/sockfs/socksdp.c => usr/src/uts/common/inet/sockmods/socksdp.c
rename : usr/src/uts/common/fs/sockfs/socksdp.h => usr/src/uts/common/inet/sockmods/socksdp.h
Diffstat (limited to 'usr/src/uts/intel/ip/ip.global-objs.debug64')
| -rw-r--r-- | usr/src/uts/intel/ip/ip.global-objs.debug64 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/src/uts/intel/ip/ip.global-objs.debug64 b/usr/src/uts/intel/ip/ip.global-objs.debug64 index f4bcb8ab0c..2e501f8abc 100644 --- a/usr/src/uts/intel/ip/ip.global-objs.debug64 +++ b/usr/src/uts/intel/ip/ip.global-objs.debug64 @@ -64,6 +64,7 @@ gcgrp4_hash gcgrp6_hash gcgrp_hash_size gcgrp_lock +icmp_fallback_sock_winit icmp_frag_size_table icmp_g_t_info_ack icmp_ipha @@ -104,6 +105,10 @@ ip_cgtp_filter_rev ip_conn_cache ip_debug ip_g_all_ones +ip_helper_stream_cache +ip_helper_stream_info +ip_helper_stream_rinit +ip_helper_stream_winit ip_ioctl_ftbl ip_ire_cleanup_cnt ip_ire_cpu_ratio @@ -140,6 +145,7 @@ ip_squeue_worker_wait ip_thread_data ip_thread_list ip_thread_rwlock +ip_use_helper_cache ip_wput_frag_mdt_min ipcl_bind_fanout_size ipcl_conn_hash_maxsize @@ -251,6 +257,10 @@ sendq_loop_cnt sin6_null sin_null skip_sctp_cksum +sock_tcp_downcalls +sock_rts_downcalls +sock_rawip_downcalls +sock_udp_downcalls sqset_global_list sqset_global_size sqset_lock @@ -264,6 +274,7 @@ tcp_acceptor_winit tcp_conn_cache tcp_conn_hash_size tcp_drop_ack_unsent_cnt +tcp_fallback_sock_winit tcp_free_list_max_cnt tcp_fusion_rcv_unread_min tcp_g_kstat @@ -303,10 +314,12 @@ tcp_winit tcp_outbound_squeue_switch tcpinfov4 tcpinfov6 +tli_errs tsol_strict_error tun_spd_hashsize udp_bind_fanout_size udp_conn_cache +udp_fallback_sock_winit udp_g_t_info_ack_ipv4 udp_g_t_info_ack_ipv6 udp_lrinit |
