Function ixgbe::test_packets::create_raw_packet
source · pub fn create_raw_packet(
dest_mac_address: &[u8],
source_mac_address: &[u8],
message: &[u8]
) -> Result<TransmitBuffer, &'static str>
Expand description
Creates a TransmitBuffer
that contains a packet with only the ethernet header.