Re: [vpp-dev] VPP Vectors/Call rate #dpdk

2020-12-18 Thread Benoit Ganne (bganne) via lists.fd.io
> When I send mixed traffic in varying sizes (usually larger than 64 bytes) > packets in line rate, miss rates is low and vectors/call is low. > But when i send 64 byte udp packets (16K flow) in line rate, i has high > miss rate and Vector/call is high. So vpp cant prosess enough packet. I do not

[vpp-dev] VPP Vectors/Call rate #dpdk

2020-12-17 Thread Merve
Hi everyone, When I send mixed traffic in varying sizes ( usually larger than 64 bytes ) packets in line rate, miss rates is low and vectors/call is low. But when i send 64 byte udp packets (16K flow) in line rate, i has high miss rate and Vector/call is high. So vpp cant prosess enough packet.