Module ixgbe::virtual_function

source ·
Expand description

Interface for an application to request a VirtualNIC from the ixgbe device, and implementation of the PhysicalNic trait for the ixgbe device.

The PhysicalNic trait is required for returning virtual NIC resources to the ixgbe device when dropped.

Functions