aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ena/ena_netmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ena/ena_netmap.c')
-rw-r--r--sys/dev/ena/ena_netmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ena/ena_netmap.c b/sys/dev/ena/ena_netmap.c
index eef8021b8569..8a220373ec3f 100644
--- a/sys/dev/ena/ena_netmap.c
+++ b/sys/dev/ena/ena_netmap.c
@@ -964,7 +964,7 @@ ena_netmap_rx_frame(struct ena_netmap_ctx *ctx)
* 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;