You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the net tile handles sensitive interactions with a netlink socket on the same process that does packet handling.
Control and data paths should be separated here-
The net tile should do issuing of ARP requests and routing table lookups over shared memory.
This allows for a stricter seccomp policy.
ARP and routing code to be moved to a different process.
ARP can possibly be moved to eBPF.
The text was updated successfully, but these errors were encountered:
Currently, the net tile handles sensitive interactions with a netlink socket on the same process that does packet handling.
Control and data paths should be separated here-
The net tile should do issuing of ARP requests and routing table lookups over shared memory.
This allows for a stricter seccomp policy.
ARP and routing code to be moved to a different process.
ARP can possibly be moved to eBPF.
The text was updated successfully, but these errors were encountered: