Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152915211
D23946.id69128.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D23946.id69128.diff
View Options
Index: sys/net/iflib.c
===================================================================
--- sys/net/iflib.c
+++ sys/net/iflib.c
@@ -2544,8 +2544,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
Sun, Apr 19, 12:32 AM (7 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31700592
Default Alt Text
D23946.id69128.diff (491 B)
Attached To
Mode
D23946: Remove freelist contiguous-indexes assertion from rxd_frag_to_sd()
Attached
Detach File
Event Timeline
Log In to Comment