FreeBSD Bugzilla – Attachment 137719 Details for
Bug 183381
[em] [patch] Use of 9k buffers in if_em.c hangs with resource starvation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 485 bytes, created by
David Gilbert
on 2013-10-28 05:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Gilbert
Created:
2013-10-28 05:10:00 UTC
Size:
485 bytes
patch
obsolete
>Index: if_em.c >=================================================================== >--- if_em.c (revision 256870) >+++ if_em.c (working copy) >@@ -1343,10 +1343,8 @@ > */ > if (adapter->hw.mac.max_frame_size <= 2048) > adapter->rx_mbuf_sz = MCLBYTES; >- else if (adapter->hw.mac.max_frame_size <= 4096) >+ else > adapter->rx_mbuf_sz = MJUMPAGESIZE; >- else >- adapter->rx_mbuf_sz = MJUM9BYTES; > > /* Prepare receive descriptors and buffers */ > if (em_setup_receive_structures(adapter)) {
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 183381
: 137719