Re: [vpp-dev] Why VPP drop packets while the average vectors per node is still low

2017-07-17 Thread Andrew Yourtchenko
Fwiw, not VPP-specific, but just based on a previous experience: when observing the drops at anomalously low PPS levels too early in the processing of the packet, I would check the interframe gap on the traffic generator set for that test to ensure you are not generating dense bursts of traffic.

Re: [vpp-dev] Why VPP drop packets while the average vectors per node is still low

2017-07-17 Thread Andrew Li (zhaoxili)
Sorry, I take back my word on “most likely it’s not related to VPP itself”. Since VPP fetch vectors from the NIC’s RX ring, it’d be possible that the NIC run out of space before VPP could poll enough vectors out. But it’s still strange in this case, as 8 vectors/Call means that VPP is not working

Re: [vpp-dev] Why VPP drop packets while the average vectors per node is still low

2017-07-17 Thread Dave Barach (dbarach)
[mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of ?? Sent: Friday, July 14, 2017 11:12 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Why VPP drop packets while the average vectors per node is still low Hi, guys Last week I did some performance test on VPP with Spirent testcenter. Below I give

[vpp-dev] Why VPP drop packets while the average vectors per node is still low

2017-07-17 Thread 陈祥
Hi, guys Last week I did some performance test on VPP with Spirent testcenter. Below I give two groups of running data in two different situation using the 'show run' command . Inboth situationVPP drop packets ( from the 'rx-miss' output in 'show int' command). In my opinion, when VPP begins to

Re: [vpp-dev] Why VPP drop packets while the average vectors per node is still low

2017-07-17 Thread Andrew Li (zhaoxili)
Hi Xiang, My best guess is that the rx-miss field comes from DPDK, quote from their datasheet: Packets are missed when the receive FIFO has insufficient space to store the incoming packet. This might be caused due to insufficient buffers allocated, or because there is insufficient bandwidth o

[vpp-dev] Why VPP drop packets while the average vectors per node is still low

2017-07-16 Thread 陈祥
Hi, guys Last week I did some performance test on VPP with Spirent testcenter. Below I give two groups of running data in two different situation using the 'show run' command . Inboth situationVPP drop packets ( from the 'rx-miss' output in 'show int' command). In my opinion, when VPP begins to