Function ixgbe::tx_send_mq

source ·
pub fn tx_send_mq(
    qid: usize,
    nic_id: PciLocation,
    packet: Option<TransmitBuffer>
) -> Result<(), &'static str>
Expand description

A helper function to send a test packet on a nic transmit queue (only for testing purposes).