]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix some incorrect sysctl pointers for some error stats.
authorjhb <jhb@FreeBSD.org>
Thu, 14 Sep 2017 21:06:08 +0000 (21:06 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 14 Sep 2017 21:06:08 +0000 (21:06 +0000)
commit5e70234bb6b49ab9f9179e0235c569f28d7b37f0
treecf10955921fcaa95388b966a36752ab13c86d4f1
parentdcfbf366fcfa06961a8b1a630a4598ca73390e97
Fix some incorrect sysctl pointers for some error stats.

The bad_session, sglist_error, and process_error sysctl nodes were
returning the value of the pad_error node instead of the appropriate
error counters.

Sponsored by: Chelsio Communications
sys/dev/cxgbe/crypto/t4_crypto.c