Florian Lehner

Results 132 comments of Florian Lehner

friendly ping @belimawr

I don't have permission to merge this PR. @belimawr - maybe you can merge it? Otherwise I will close this PR in a few days, if there is no interest.

friendly ping at @mengqiy and @mortent - do you have feedback for me on this PR?

hi @natasha41575 I'm not sure if it is worth including a benchmark in this PR. But to showcase the performance improvement, I did use the following code: ``` func BenchmarkStringList(b...

> [..] This is because for each register, a goroutine is created, and it receives messages from the netlink socket. Whatever goroutine receives the message first, dispatches it, even if...

> [..] but i don't think the event group should be relocated, because its not part of the object, it just represents the state of the object (created, updated, destroyed)....

Hi! And thanks for reporting this issue. Can you provide a full working example that demonstrates the issue? What kind of other filters are you applying and what differentiates them?

Hi @kamilpoleszczuk Thank you for your interest in this project. There is no timeline for adding it.

skbedit was added with https://github.com/florianl/go-tc/commit/c95922272f80c6856b01c3264b7ef4b305197aca. Therefore closing this issue.

I don't have access to ARM64 hardware either and so fall back to virtual environments for testing low level Kernel APIs like `netlink` or `ebpf`. This is the approach I...