Skip to content

Commit

Permalink
Fix problem related to stip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnousterhout committed Dec 4, 2024
1 parent 777a3be commit fd4b526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homa_offload.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,12 @@ struct sk_buff *homa_gro_receive(struct list_head *held_list,
INC_METRIC(gro_grant_bypasses, 1);
goto bypass;
}
#if 1 /* See strip.py */
} else {
tt_record4("homa_gro_receive got packet from 0x%x id %llu, type 0x%x, priority %d",
saddr, homa_local_id(h_new->common.sender_id),
h_new->common.type, priority);
#endif /* See strip.py */
}

/* The GRO mechanism tries to separate packets onto different
Expand Down

0 comments on commit fd4b526

Please sign in to comment.