Hi Pim,
Thank you very much for your help !
Best regards,
David
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21265): https://lists.fd.io/g/vpp-dev/message/21265
Mute This Topic: https://lists.fd.io/mt/90421955/21656
Mute #vpp:https://lists.fd.io
Hi Stanislav,
Thank you very much for your response. I suppose then that "Vectors/Call" <=>
"Packet/Call" <=> "Packets/Vector" ?
I'm sory if what I'm asking for is pretty obvious, I'm just not familiar with
some of the concepts displayed with "show runtime"
Thanks again.
David
-=-=-=-=-=-=-=
Hi Pim,
Thanks for your answer. I tried the command "show runtime" but I cannot see
those information. That's what I see from vppctl :
vpp# show runtime
Time 488589.1, 10 sec internal node vector rate 1.00 loops/sec 6214808.56
vector rates in 2.3584e1, out 2.2146e1, drop 1.4381e0, punt 0.e0
Hi everyone,
Is there any command to check how many packets per vector is VPP processing ?
Thanks in advance.
David.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21241): https://lists.fd.io/g/vpp-dev/message/21241
Mute This Topic: https://lists
Hi everyone,
I would like to understand how VPP proceeds to fill Vectors with packets. Does
it follow any criteria to decide which packets it will group in a same vector
in order to process them together ? Is there any kind of classification ?
I can't find this information in the documentation.
Hi everyone,
I have followed the procedure described in the documentation to create a new
plugin :
* copy the plugin source code to /src/plugins
* do make rebuild
Then, when I launch $
/build-root/install-vpp_debug-native/vpp/bin/vpp -c
startup.conf VPP starts running and I can see my plugin
Hi everyone,
I am new to VPP so I apologize if I'm not in the right group to post this topic.
I am interested in the "udp encap" command but I see no documentation about it.
Anyone could explain me how we use it and how it is suposed to work ?
Currently I have the following network architecture