oracle / bpftune

bpftune uses BPF to auto-tune Linux systems
Other
659 stars 56 forks source link

Unused array bbr[ ] #28

Closed pavlinux closed 1 year ago

pavlinux commented 1 year ago

https://github.com/oracle-samples/bpftune/blob/f2eb8e9c020261cc8c58b312841dec32d287a0cc/src/tcp_cong_tuner.bpf.c#L191

alan-maguire commented 1 year ago

added -Wall to clang compilation cflags and fixed warnings including this one in https://github.com/oracle-samples/bpftune/pull/29

alan-maguire commented 1 year ago

fixed in #29