Nathan Sweet
Nathan Sweet
@lmb I'm making decent headway, but I was wondering if you could take a look at what I'm getting from `virtme-run`: https://newtools-dev.nathansweet.me/job/ebpf/job/add-jenkins-file/10/console I installed mkinitramfs tools on the docker image....
Cleaned up the PR. I accidentally removed some of the review statuses. Please reapply your review statuses @julianwiedmann @joamaki @brb :pray: .
@paurosello Considering that the 1.14 feature freeze is this Friday, that seems unlikely.
The datapath portion of this work has already been completed. We now need to make use of it in the agent. It *should* be out with 1.15.
Bad news. This is not going to make 1.15 and will be delayed to 1.16. Much more userspace code had to be refactored than initially estimated. Keeping a data structure...
@kollender-noname it's making good progress, but it is contingent on https://github.com/cilium/cilium/pull/29717 and https://github.com/cilium/cilium/pull/30749.
My one concern is ARM. I could see BPF being useful in mobile, but the lack of testing is disconcerting. I say we kill 32 bit for now, and if...
I think if the user wants it they need to give an additional path to save metadata to (I know that the bpffs supports this in later kernels, but it...
Let's get some unsupported errors going for some of these syscalls.
I think potentially we could try to figure out kernel versioning inside the code and return good errors that explain when a feature cannot be used. I think a lot...