Skip to content

Commit

Permalink
[Fix] delete test code
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyoush committed Sep 8, 2024
1 parent 77ead0c commit 5b144f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bpf/pktlatency.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ static void __always_inline report_syscall_evt(void* ctx, uint64_t seq, struct c
}
static void __always_inline report_syscall_evt_vecs(void* ctx, uint64_t seq, struct conn_id_s_t *conn_id_s, uint32_t total_size, enum step_t step, struct data_args *args) {
int bytes_sent = 0;
bpf_printk("vecs!! originlen:%u,step:%d", total_size,step);
#pragma unroll
for (int i = 0; i < LOOP_LIMIT && i < args->iovlen && bytes_sent < total_size; ++i) {
struct iovec iov_cpy;
Expand Down

0 comments on commit 5b144f0

Please sign in to comment.