Re: [vpp-dev] How to check how many packets per vector is VPP processing ? #vpp

2022-04-14 Thread david . fernandes
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

Re: [vpp-dev] How to check how many packets per vector is VPP processing ? #vpp

2022-04-14 Thread david . fernandes
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 -=-=-=-=-=-=-=

Re: [vpp-dev] How to check how many packets per vector is VPP processing ? #vpp

2022-04-13 Thread david . fernandes
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

[vpp-dev] How to check how many packets per vector is VPP processing ? #vpp

2022-04-12 Thread david . fernandes
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

[vpp-dev] How does VPP proceeds to fill Vectors with packets ? #vpp

2022-04-12 Thread david . fernandes
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.

[vpp-dev] How to distribute VPP version with a custom plugin integrated #plugin

2021-12-03 Thread david . fernandes
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

[vpp-dev] How to use command #vppctl

2021-11-24 Thread david . fernandes
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