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
feat(init): implement dataplane NIC initialization
Implements basic NIC driver binding for DPDK compatibility.
Binds PCI network devices to vfio-pci driver as required
by DPDK for device control.
This is part 1 of the dataplane initialization system,
focusing on minimal viable functionality for team testing.
Future work:
- Add proper argument parsing
- Implement privilege dropping (especially CAP_SYS_ADMIN)
- Add exec to dataplane process after success
Signed-off-by: Daniel Noland <[email protected]>
0 commit comments