Skip to content

Commit cf02209

Browse files
committed
comment update
1 parent 5f32f34 commit cf02209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/tools/event-writer/bpf_event_writer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ event_writer(xdp_md_t* ctx) {
294294
reason = 130;
295295
}
296296

297-
update_metrics(size_to_copy, METRIC_INGRESS, reason, 0, 0);
297+
// update_metrics(size_to_copy, METRIC_INGRESS, reason, 0, 0);
298298

299299
if (flt_evttype == PKTMON_NOTIFY_DROP) {
300300
struct pktmon_notify* drp_elm;

0 commit comments

Comments
 (0)