Skip to content

Commit

Permalink
Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Jun 1, 2024
1 parent 9dd1547 commit 1bf49e6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ratemon/runtime/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@ clean:
for id in `sudo bpftool struct_ops list | cut -d":" -f1`; do sudo bpftool struct_ops unregister id $$id; done
sudo tc filter del dev $(RM_IFACE) egress || true
sudo tc qdisc del dev $(RM_IFACE) clsact || true
sudo rm -f /sys/fs/bpf/flow_to_rwnd
sudo rm -f /sys/fs/bpf/flow_to_win_scale
sudo rm -f /sys/fs/bpf/tc/globals/flow_to_rwnd
sudo rm -f /sys/fs/bpf/tc/globals/flow_to_win_scale
sudo rm -fv /sys/fs/bpf/flow_to_rwnd
sudo rm -fv /sys/fs/bpf/flow_to_win_scale
sudo rm -fv /sys/fs/bpf/flow_to_last_data_time_ns
sudo rm -fv /sys/fs/bpf/tc/globals/flow_to_rwnd
sudo rm -fv /sys/fs/bpf/tc/globals/flow_to_win_scale
sudo rm -fv /sys/fs/bpf/tc/globals/flow_to_last_data_time_ns

$(OUTPUT) $(OUTPUT)/libbpf $(BPFTOOL_OUTPUT):
$(call msg,MKDIR,$@)
Expand Down

0 comments on commit 1bf49e6

Please sign in to comment.