Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146252207
D55555.id172850.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
480 B
Referenced Files
None
Subscribers
None
D55555.id172850.diff
View Options
diff --git a/sys/dev/dpaa2/dpaa2_buf.c b/sys/dev/dpaa2/dpaa2_buf.c
--- a/sys/dev/dpaa2/dpaa2_buf.c
+++ b/sys/dev/dpaa2/dpaa2_buf.c
@@ -154,7 +154,8 @@
if (__predict_true(buf->m == NULL)) {
buf->m = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, size);
if (__predict_false(buf->m == NULL)) {
- device_printf(dev, "%s: m_getjcl() failed\n", __func__);
+ device_printf(dev, "%s: m_getjcl(%d) failed\n",
+ __func__, size);
error = ENOMEM;
goto fail_mbuf_alloc;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 2, 3:27 AM (15 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29053851
Default Alt Text
D55555.id172850.diff (480 B)
Attached To
Mode
D55555: dpaa2: improve error messages and log requested cluster size
Attached
Detach File
Event Timeline
Log In to Comment