Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103573086
D5207.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
376 B
Referenced Files
None
Subscribers
None
D5207.diff
View Options
Index: sys/dev/ixl/ixl_txrx.c
===================================================================
--- sys/dev/ixl/ixl_txrx.c
+++ sys/dev/ixl/ixl_txrx.c
@@ -286,7 +286,7 @@
if (error == EFBIG) {
struct mbuf *m;
- m = m_collapse(*m_headp, M_NOWAIT, maxsegs);
+ m = m_defrag(*m_headp, M_NOWAIT);
if (m == NULL) {
que->mbuf_defrag_failed++;
m_freem(*m_headp);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 3:58 PM (21 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14890454
Default Alt Text
D5207.diff (376 B)
Attached To
Mode
D5207: ixl(4)/ixlv(4): Revert m_collapse() in ixl_xmit() to m_defrag().
Attached
Detach File
Event Timeline
Log In to Comment