rust-dpdk
rust-dpdk copied to clipboard
Avoid packet pointers copy in TxQ tx method
Currently, packets that failed to be sent need to be copied to the beginning of the packet array. This, in some cases, can have some impact on the performance results.
https://github.com/codilime/rust-dpdk/blob/5a1f27e6e404edcfa71b547c321c089caa8eaabf/bindings/dpdk/src/eal.rs#L945