Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157452461
D46367.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
422 B
Referenced Files
None
Subscribers
None
D46367.diff
View Options
diff --git a/sys/dev/ena/ena_netmap.c b/sys/dev/ena/ena_netmap.c
--- a/sys/dev/ena/ena_netmap.c
+++ b/sys/dev/ena/ena_netmap.c
@@ -964,7 +964,7 @@
* It just set flag NS_MOREFRAG to all slots, then here flag of
* last slot is cleared.
*/
- ctx->slots[nm_prev(ctx->nm_i, ctx->lim)].flags = NS_BUF_CHANGED;
+ ctx->slots[nm_prev(ctx->nm_i, ctx->lim)].flags &= ~NS_MOREFRAG;
if (rc != 0) {
goto rx_clear_desc;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 3:03 PM (19 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33423126
Default Alt Text
D46367.diff (422 B)
Attached To
Mode
D46367: ena: Clear NS_MOREFRAG flag for last netmap slot
Attached
Detach File
Event Timeline
Log In to Comment