microsoft / ebpf-for-windows

eBPF implementation that runs on top of Windows
MIT License
2.93k stars 234 forks source link

bpf2c_plugin doesn't support --elf argument #3166

Open dthaler opened 10 months ago

dthaler commented 10 months ago

Describe the feature you'd like supported

The bpf_conformance_runner.exe passes --elf to the plugin if --elf is specified as an argument to bpf_conformance_runner. However the plugin has no such option and reports an error.

Proposed solution

Implement the argument

Additional context

No response

dthaler commented 9 months ago

PR #3182 upgraded bpf_conformance to 0.0.5 which resulted in this issue.