kata-containers / packaging

Kata Containers version 1.x packaging (for version 2.x see https://github.com/kata-containers/kata-containers).
https://katacontainers.io/
Apache License 2.0
119 stars 92 forks source link

Add BPF related kernel configs #1175

Closed pwang7 closed 4 years ago

pwang7 commented 4 years ago

Which feature do you think can be improved?

Add BPF related kernel configs so as to build kernel with BPF feature enabled.

How can it be improved?

BPF is an active feature in kernel community recently. Many BPF features are available in very recent kernel, such as 5.8+. By using Kata with customized kernel, BPF developers can have multiple Kata containers running, each with different kernel, which avoids kernel version switch via reboot and greatly simplifies BPF debugging and testing.

Additional Information

None

Before raising this feature request

Have you looked at the limitations document? Yes