Closed joelagnel closed 6 years ago
Currently the kernel version passed to bpf_prog_load from the BCC host is hardcoded and passed to the remote BPFd using the -k option. This is a horrible hack, fix it.
https://github.com/joelagnel/bcc/blob/bcc-bpfd/src/python/bcc/remote/adb.py#L40
We should close this issue. We investigated this in person and it turned out to not be an issue.
I will put up a PR soon that removes the -k flag handling on BPFd since it's no longer needed.
Currently the kernel version passed to bpf_prog_load from the BCC host is hardcoded and passed to the remote BPFd using the -k option. This is a horrible hack, fix it.
https://github.com/joelagnel/bcc/blob/bcc-bpfd/src/python/bcc/remote/adb.py#L40