OpenSolaris

Printable Version Enter a New Search
Bug ID 6658272
Synopsis xnb needs a kstat when tx response is not OK
State 10-Fix Delivered (Fix available in build)
Category:Subcategory xvm:kernel-io
Keywords
Responsible Engineer Michael Schuster
Reported Against snv_82
Duplicate Of
Introduced In
Commit to Fix snv_84
Fixed In snv_84
Release Fixed solaris_nevada(snv_84)
Related Bugs
Submit Date 1-February-2008
Last Update Date 27-February-2008
Description
in this snipped of code:

		if (status != NETIF_RSP_OKAY) {
			RING_GET_RESPONSE(&xnbp->xnb_rx_ring, prod)->status =
			    status;
		} else {
			xnbp->xnb_stat_opackets++;
			xnbp->xnb_stat_obytes += len;
		}

we currently don't record the fact the we get a status != NETIF_RSP_OKAY in kstats. For observability, we should have that.
Work Around
N/A
Comments
N/A