Re: [dpdk-dev] [RFC PATCH 0/1] Add l2reflect measurement application

2020-07-03 Thread Moessbauer, Felix
> 03/07/2020 17:18, Felix Moessbauer: > > Dear Maintainers, > > > > this patch adds a measurement application to benchmark the latency of > > transmitting l2 packets via DPDK. > > Are you using a real time system to reduce latency? Yes, we use a Debian buster with preempt-rt patched kernel. Addit

Re: [dpdk-dev] [RFC PATCH 0/1] Add l2reflect measurement application

2020-07-03 Thread Thomas Monjalon
03/07/2020 17:18, Felix Moessbauer: > Dear Maintainers, > > this patch adds a measurement application to benchmark the latency > of transmitting l2 packets via DPDK. Are you using a real time system to reduce latency? > We add this application to the examples folder, as similar tools > were plac