Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 606391 Details for
Bug 847525
SSL issues using Intellinet 150N wireless adapter and 3.5 kernel
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
This patch reduces the maximum size of a buffer from a ridiculous 30K to 9100 bytes
0001-staging-r8712u-Reduce-maximum-receive-buffer-size-to.patch (text/plain), 1.22 KB, created by
Larry Finger
on 2012-08-22 21:06:26 UTC
(
hide
)
Description:
This patch reduces the maximum size of a buffer from a ridiculous 30K to 9100 bytes
Filename:
MIME Type:
Creator:
Larry Finger
Created:
2012-08-22 21:06:26 UTC
Size:
1.22 KB
patch
obsolete
>From bcbd14b9e76a1a7605085be5593f02e7481be348 Mon Sep 17 00:00:00 2001 >From: Larry Finger <Larry.Finger@lwfinger.net> >Date: Sat, 28 Jul 2012 11:12:20 -0500 >Subject: [PATCH] staging: r8712u: Reduce maximum receive buffer size to a > more sensible value > >The current value for the maximum receive buffer size is 30720, which is >too large. For long-running systems, memory fragmentation may make it >difficult to obtain the buffers of O(2) needed for aggregation. Buffers >of O(3) are even worse, particularly when not needed. The new size is set >to 9100, which will allow aggregation. > >Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> >--- > drivers/staging/rtl8712/rtl8712_recv.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/drivers/staging/rtl8712/rtl8712_recv.h b/drivers/staging/rtl8712/rtl8712_recv.h >index 8efbd1f..fd9e3fc 100644 >--- a/drivers/staging/rtl8712/rtl8712_recv.h >+++ b/drivers/staging/rtl8712/rtl8712_recv.h >@@ -41,7 +41,7 @@ > #define RECV_BLK_SZ 512 > #define RECV_BLK_CNT 16 > #define RECV_BLK_TH RECV_BLK_CNT >-#define MAX_RECVBUF_SZ (30720) /* 30K */ >+#define MAX_RECVBUF_SZ 9100 > #define RECVBUFF_ALIGN_SZ 512 > #define RSVD_ROOM_SZ (0) > /*These definition is used for Rx packet reordering.*/ >-- >1.7.10.4 >
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 847525
: 606391 |
611536