mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
cxgbe/iw_cxgbe: Log the end point's history and flags to the trace
buffer just before it's freed. MFC after: 1 week Sponsored by: Chelsio Communications
This commit is contained in:
parent
5f9b24fa43
commit
f8d0488ec6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321671
@ -1002,6 +1002,8 @@ void _c4iw_free_ep(struct kref *kref)
|
||||
__func__, epc));
|
||||
if (test_bit(QP_REFERENCED, &ep->com.flags))
|
||||
deref_qp(ep);
|
||||
CTR4(KTR_IW_CXGBE, "%s: ep %p, history 0x%lx, flags 0x%lx",
|
||||
__func__, ep, epc->history, epc->flags);
|
||||
kfree(ep);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user