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

Ferruh Yigit ferruh.yigit at intel.com
Mon Mar 8 23:36:26 CET 2021


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 application? If so, any pointers on where I should add the functionality? It seems like it has latency measurements already, but in the reverse scenario (where it is the DUT).
> 
> e.g.
> 
> | testpmd |    <==============> | DUT |
> 
> Thanks in advance,
> Gabe
> 
> 

Hi Gabriel,

I think a new forwarding engine can be added for it, please check "struct 
fwd_engine".
Packet payload can contain metada for required calculations.


More information about the dev mailing list