FreeBSD Bugzilla – Attachment 209143 Details for
Bug 239240
igb: TX(2) desc avail = 1024, pidx = 0 messages appear when the network card (igb/ixgbe/em) loses ethernet link
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch D21712 redone for the sources of the 12.1 release
D21712_12_1.diff (text/plain), 340 bytes, created by
76nemo76
on 2019-11-14 08:05:18 UTC
(
hide
)
Description:
Patch D21712 redone for the sources of the 12.1 release
Filename:
MIME Type:
Creator:
76nemo76
Created:
2019-11-14 08:05:18 UTC
Size:
340 bytes
patch
obsolete
>--- sys/net/iflib.c >+++ sys/net/iflib.c >@@ -2294,7 +2294,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; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239240
: 209143 |
214169