Function ixgbe::rx_poll_mq

source ·
pub fn rx_poll_mq(
    qid: usize,
    nic_id: PciLocation
) -> Result<ReceivedFrame, &'static str>
Expand description

A helper function to poll the nic receive queues (only for testing purposes).