Provide an interface between the NIC and the host
Closed this issue · 1 comments
DemiMarie commented
A standard API for on-NIC firmware implementing PSP to coordinate with the host would be useful, as it would reduce the amount of hardware-specific driver code.
insanum commented
All NIC vendors are wildly different in how they communicate with firmware. What you're asking for should be done above the driver and is OS/stack specific (e.g., Linux netdev interface).