Re: [dpdk-dev] Adding latency and packet-out-of-order measurements to testpmd

2021-03-08 Thread Ferruh Yigit
On 3/8/2021 9:28 PM, Gabriel Black wrote: Hello, I'd like to be able to add latency and packet-out-of-order measurements to testpmd. The idea is that testpmd sends traffic and receives the same traffic after passing through some device/cloud. Is this a good fit to add to the testpmd applicati

[dpdk-dev] Adding latency and packet-out-of-order measurements to testpmd

2021-03-08 Thread Gabriel Black
Hello, I'd like to be able to add latency and packet-out-of-order measurements to testpmd. The idea is that testpmd sends traffic and receives the same traffic after passing through some device/cloud. Is this a good fit to add to the testpmd application? If so, any pointers on where I should ad