Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145697812
D21712.id62301.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
431 B
Referenced Files
None
Subscribers
None
D21712.id62301.diff
View Options
Index: sys/net/iflib.c
===================================================================
--- sys/net/iflib.c
+++ sys/net/iflib.c
@@ -2256,7 +2256,8 @@
(sctx->isc_pause_frames == 0)))
goto hung;
- if (ifmp_ring_is_stalled(txq->ift_br))
+ if (txq->ift_qstatus != IFLIB_QUEUE_IDLE &&
+ ifmp_ring_is_stalled(txq->ift_br))
txq->ift_qstatus = IFLIB_QUEUE_HUNG;
txq->ift_cleaned_prev = txq->ift_cleaned;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 24, 7:10 AM (3 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28970306
Default Alt Text
D21712.id62301.diff (431 B)
Attached To
Mode
D21712: iflib: Prevent watchdog from resetting idle queues
Attached
Detach File
Event Timeline
Log In to Comment