MCPcopy Create free account
hub / github.com/codilime/rust-dpdk / tx

Method tx

bindings/dpdk/src/tx_buffer.rs:31–44  ·  view source on GitHub ↗

Buffer a single packet for future transmission on a tx queue This function takes a single packet and buffers it for later transmission on the particular port and queue specified. Once the buffer is full of packets, an attempt will be made to transmit all the buffered packets. The function returns the number of packets actually sent and may return an iterator to packets that couldn't be sent in ca

(
        &mut self,
        txq: &mut TxQ<'pool>,
        pkt: Packet<'pool, MPoolPriv>,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

flushMethod · 0.45

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected