Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146491219
D23946.id69515.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
D23946.id69515.diff
View Options
Index: head/sys/net/iflib.c
===================================================================
--- head/sys/net/iflib.c
+++ head/sys/net/iflib.c
@@ -2546,8 +2546,6 @@
map = fl->ifl_sds.ifsd_map[cidx];
next = (cidx + CACHE_LINE_SIZE) & (fl->ifl_size-1);
- /* not valid assert if bxe really does SGE from non-contiguous elements */
- MPASS(fl->ifl_cidx == cidx);
bus_dmamap_sync(fl->ifl_buf_tag, map, BUS_DMASYNC_POSTREAD);
if (rxq->pfil != NULL && PFIL_HOOKED_IN(rxq->pfil) && pf_rv != NULL &&
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 4, 3:03 AM (2 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29223859
Default Alt Text
D23946.id69515.diff (506 B)
Attached To
Mode
D23946: Remove freelist contiguous-indexes assertion from rxd_frag_to_sd()
Attached
Detach File
Event Timeline
Log In to Comment