Hello,
Iām working on a project that involves the creation of thousands of GTPU
tunnels. We are having issues related to VPP performance in regard to the
gradual degradation of creation performance in relation to the tunnel
count. That behavior can be observed in general, when creating other kinds
of Data-Path Objects. Minimal reproduction steps:
ā ~ cat vpp.conf
unix {
nodaemon
cli-listen /run/vpp/cli.sock
}
dpdk {
no-hugetlb
}
ā ~ docker run --rm -v $(pwd)/vpp.conf:/etc/vpp/startup.conf
ligato/vpp-base:master
root@69cd261996f0:/vpp# time for i in $(seq 1000); do vppctl create
loopback interface >/dev/null; done
real 0m1.208s
user 0m0.012s
sys 0m0.088s
root@69cd261996f0:/vpp# time for i in $(seq 1000); do vppctl create
loopback interface >/dev/null; done
real 0m2.028s
user 0m0.012s
sys 0m0.104s
root@69cd261996f0:/vpp# time for i in $(seq 1000); do vppctl create
loopback interface >/dev/null; done
real 0m2.926s
user 0m0.028s
sys 0m0.100s
root@69cd261996f0:/vpp# time for i in $(seq 1000); do vppctl create
loopback interface >/dev/null; done
real 0m4.235s
user 0m0.036s
sys 0m0.108s
Is this kind of performance degradation a known behavior? If so, are there
any known means of making the creation time more linear?
Best regards,
Krzysztof Sinica
--
-------------------------------
This document contains material that is
confidential in CodiLime Sp. z o.o. DO NOT PRINT. DO NOT COPY. DO NOT
DISTRIBUTE. If you are not the intended recipient of this document, be
aware that any use, review, retransmission, distribution, reproduction or
any action taken in reliance upon this message is strictly prohibited. If
you received this in error, please contact the sender and [email protected]
<mailto:[email protected]>. Return the paper copy, delete the material from
all computers and storage media.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21200): https://lists.fd.io/g/vpp-dev/message/21200
Mute This Topic: https://lists.fd.io/mt/90262407/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-