rust-dpdk icon indicating copy to clipboard operation
rust-dpdk copied to clipboard

Avoid packet pointers copy in TxQ tx method

Open tropuq opened this issue 4 years ago • 0 comments

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

tropuq avatar May 28 '21 12:05 tropuq