Hello everyone,
For VPP 20.05 the following works to extract /sys/vector_rate
statistics:
#!/usr/bin/python3
from vpp_papi.vpp_stats import VPPStats
stat = VPPStats("/run/vpp/stats.sock")
dir = stat.ls(['^/sys/vector_rate'])
counters = stat.dump(dir)
vector_rate=counters.get('/sys/vector_rate')
p
Hi All,
To read startup operational configuration of vpp from a file, we modify the
/etc/vpp/startup.conf file as:
unix {
nodaemon
log /var/log/vpp/vpp.log
full-coredump
cli-listen /run/vpp/cli.sock
*startup-config /etc/vpp/vpp-startup.config*
gid vpp
}
Can we provide 2 filenames here instead of
Elias & Paul,
It was only my opinion to move away from gerrit. No worries if folks like to
use gerrit. It does make sense to remove the github repo if the repo does not
get updated frequently (daily) and also does not contain up to data info about
the repo. For a side note, all U.S. universi
Hi Hemant,
> I agree with Elias. Long term, maybe use of gerrit
> is deprecated and github is used.
Perhaps I should clarify that I did not mean to recommend moving VPP to
github. On the contrary, I think it is good that the VPP source code is
managed independently from github and I hope it will
Hi Hermant,
I had to go back and double check the thread. Elias said we should make it
clear that it was a mirror, not that the use of Gerrit should be
deprecated. I don't have the keys to the vpp github account, so I can't
update the message. It's a good idea, though. +1
I would not support m
Another issue. The github vpp repo doesn't seem to be a mirror to me or the
mirror is not updated frequently enough. During the past months, I was
writing a new VPP plugin. The code crashed outside of my plugin. After a day
or two, I pulled a gerrit vpp repo and using my plugin, the code did
On Sat, 2020-11-28 at 13:18 -0500, Paul Vinciguerra wrote:
>
> We don't see pull requests. Github is just a mirror of the gerrit
> repo.
I think it would be good if that could be clarified on the github page.
When people search for "vpp source code" or similar, I think they will
often end up on
up...
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18189): https://lists.fd.io/g/vpp-dev/message/18189
Mute This Topic: https://lists.fd.io/mt/10641628/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [