On 10/24/23 14:48, Daniel Borkmann wrote:
This work adds a new, minimal BPF-programmable device called "netkit" (former PoC code-name "meta") we recently presented at LSF/MM/BPF. The core idea is that BPF programs are executed within the drivers xmit routine and therefore e.g. in case of containers/Pods moving BPF processing closer to the source.
Sorry for intruding into this discussion! Although it is too late to mentioned this since this patchset have been v4 already. I notice netkit has introduced a new attach type. I wonder if it possible to implement it as a new struct_ops type.