[vpp-dev] debug own plugin

2017-06-29 Thread Tobias Sundqvist
Hi I am devloping a crypto node using vpp (version 17.02) on Ubuntu. I first setup the nodes that I am going to use and it works fine just forwarding the packets as it should. But now I have implemented some crypto functions inside the nodes and also added a new node of type process that should ini

Re: [vpp-dev] debug own plugin

2017-06-29 Thread Tobias Sundqvist
Thx for fast response! That solved my problem, now I can debug it! BR /Tobias On 29 June 2017 at 13:46, Damjan Marion (damarion) wrote: > > > On 29 Jun 2017, at 11:25, Tobias Sundqvist > wrote: > > > > Hi I am devloping a crypto node using vpp (version 17.02) on Ubu

[vpp-dev] Dynamically change number of cores used by VPP?

2017-08-24 Thread Tobias Sundqvist
Hi we are building an application that uses vpp and when I have some questions that concerns multi core usage. In the run that we are doing now we are using 4 cores and we use some DPDK polling of an interface which makes the cpu load go 100% on all cores. We are interested in energy consumption i

Re: [vpp-dev] Dynamically change number of cores used by VPP?

2017-08-30 Thread Tobias Sundqvist
core to not poll the interface or something similar, then the core would still be in use of VPP but the CPU load would go down. BR /Tobias On 24 August 2017 at 10:36, Tobias Sundqvist wrote: > Hi we are building an application that uses vpp and when I have some > questions that concerns mult

Re: [vpp-dev] Dynamically change number of cores used by VPP?

2017-08-31 Thread Tobias Sundqvist
Hi, thanks, I think that is exactly what I am looking for, I will try the commands that you mentioned. BR /Tobias On 30 August 2017 at 17:54, Damjan Marion (damarion) wrote: > > On 30 Aug 2017, at 13:59, Tobias Sundqvist > wrote: > > Hi I guess the silence tells that ther

Re: [vpp-dev] VPP and SR-IOV(?): No packets reaching VPP interfaces

2017-05-12 Thread Tobias Sundqvist
Hi, just a thought, right now we have not enabled DPDK in hte VM (we installed the DPDK version of VPP but has not installed DPDK to handle the NIC), we thought that we should take it in steps and first gett VPP working and then add DPDK functionality. Do you think DPDK is needed in order to get it