Author: Venugopal Iyer <Venu.Iyer at Sun.COM>
Repository: /hg/onnv/onnv-gate
Latest revision: 8adf20bc60e3b1b4e46abfdf0b3b1f686395cec4
Total changesets: 1
Log message:
PSARC/2009/099 dladm show-usage modifications
6726676 flow should not be seen by flowadm show-usage after the flow been
removed by flowadm remove-flow
6766669 "dladm show-vnic -o" can't accept MACADDRESS
6773854 Per Tx ring flow control for UDP
6777547 mac_tx() should compute the hash if the passed hint is zero
6778557 nxge m_tx() should fanout to multiple rings for vnet scalability
6779356 sometimes packets are not classified to the correct flow
6783011 pre-existing subflows not initialized on a non-dls client when brought
up
6786734 acctadm dladm_start_usagelog() calls need some work
6789760 mac perimeter deadlock due to dls_devnet_stat_update()
6789883 dladm show-link -s is adrift again.
6791099 mac_tx() frees the message but returns non-NULL cookie which causes
panic
6791109 maxbw set on a link should not apply if this link is the underlying
port of an aggregation
6791118 panic in mac_bcast_delete() unplumbing an IP interface
6791456 deleting last vnic interface causes bge interface to stop working
6791678 xvm guests don't communicate through vnics configured on vlan
6792164 race between mac_tx_is_flow_blocked() and mac_srs_group_teardown()
could cause panic
6792546 paniced in bge_ring_tx()/freemsg() due to mp->b_next == NULL &&
mp->b_prev == NULL
6792555 paniced in mac_flow_walk_nolock() due to assertion failed: cnt ==
ft->ft_flow_count
6792871 multiple VLANs per MAC client cause hang in mac_flow_wait()
6792942 60% regression for Guest-to-Guest network throughput on snv106
6793278 the multicast addresses are not added to the aggregation port in
certain scenarios
6793436 panic in mac_fini_macaddr() on mac_register() failure
6796850 SUNWcnetr postinstall script spews errors due to bad interface matching
6803378 need support for dls_bypass and rx fanout on non-ethernet media
Files:
update: usr/src/cmd/acctadm/main.c
update: usr/src/cmd/dladm/dladm.c
update: usr/src/cmd/flowadm/flowadm.c
update: usr/src/lib/libdladm/common/usage.c
update: usr/src/pkgdefs/SUNWcnetr/postinstall
update: usr/src/tools/scripts/bfu.sh
update: usr/src/uts/common/inet/ip.h
update: usr/src/uts/common/inet/ip/ip.c
update: usr/src/uts/common/inet/ip/ip6.c
update: usr/src/uts/common/inet/ip/ip_if.c
update: usr/src/uts/common/inet/ip_impl.h
update: usr/src/uts/common/inet/ip_stack.h
update: usr/src/uts/common/inet/ipclassifier.h
update: usr/src/uts/common/inet/tcp/tcp.c
update: usr/src/uts/common/inet/udp/udp.c
update: usr/src/uts/common/inet/udp_impl.h
update: usr/src/uts/common/io/aggr/aggr_grp.c
update: usr/src/uts/common/io/aggr/aggr_port.c
update: usr/src/uts/common/io/aggr/aggr_send.c
update: usr/src/uts/common/io/dld/dld_proto.c
update: usr/src/uts/common/io/dls/dls.c
update: usr/src/uts/common/io/dls/dls_link.c
update: usr/src/uts/common/io/dls/dls_mgmt.c
update: usr/src/uts/common/io/e1000g/e1000g_main.c
update: usr/src/uts/common/io/e1000g/e1000g_rx.c
update: usr/src/uts/common/io/e1000g/e1000g_sw.h
update: usr/src/uts/common/io/mac/mac.c
update: usr/src/uts/common/io/mac/mac_bcast.c
update: usr/src/uts/common/io/mac/mac_client.c
update: usr/src/uts/common/io/mac/mac_datapath_setup.c
update: usr/src/uts/common/io/mac/mac_flow.c
update: usr/src/uts/common/io/mac/mac_provider.c
update: usr/src/uts/common/io/mac/mac_sched.c
update: usr/src/uts/common/io/mac/mac_soft_ring.c
update: usr/src/uts/common/io/mac/mac_util.c
update: usr/src/uts/common/io/nxge/nxge_send.c
update: usr/src/uts/common/io/softmac/softmac_main.c
update: usr/src/uts/common/sys/aggr_impl.h
update: usr/src/uts/common/sys/dld.h
update: usr/src/uts/common/sys/dld_impl.h
update: usr/src/uts/common/sys/dls_impl.h
update: usr/src/uts/common/sys/mac.h
update: usr/src/uts/common/sys/mac_client.h
update: usr/src/uts/common/sys/mac_client_impl.h
update: usr/src/uts/common/sys/mac_impl.h
update: usr/src/uts/common/sys/mac_provider.h
update: usr/src/uts/common/sys/mac_soft_ring.h
update: usr/src/uts/common/xen/io/xnbo.c