[vpp-dev] ESP pkts received error

2021-11-23 Thread Felipe P.
Hi, I have an IPSec tunnel over a pair of veth interfaces that seems to work fine with pings but doesnt work when sending traffic, the traffic comes from the physical NIC into VPP to be sent over IPSec. This is the output for # show errors 4071630          esp4-encrypt-tun                  ESP

[vpp-dev] how to understand vpp "show runtime" command?

2021-11-23 Thread haiyan...@ilinkall.cn
Hi, vpp experts, I test vpp multithread case, each thread with one cpu core, with linux "top" command, I can see used cpu reached 100%. really confused if cpu still can process more work. someone said that vpp command "show runtime" could do this, but I could not fully understand these arg

Re: [vpp-dev] how to understand vpp "show runtime" command?

2021-11-23 Thread Florin Coras
Hi Haiyan, You may want to check this [1]. I’ll add that loops/s also gives you an indication of how much time a main loop dispatch takes. A small loops/s indicates that vpp is busy. Regards, Florin [1] https://s3-docs.fd.io/vpp/22.02/gettingstarted/troubleshooting/cpuusage.html#vpp-cpu-loa