Re: [vpp-dev] Query regarding running worker thread in VPP Debug mode

2017-02-14 Thread Sreejith Surendran Nair
Hi Damjan, Thanks a lot for the input. I will try to check regarding the same and update. Thanks & Regards, Sreejith On 13 February 2017 at 21:05, Damjan Marion wrote: > > Do you haver buffer manager in ODP? If yes, we might be able to integrate > it in vpp... > > On 13 Feb 2017, at 14:58, Sre

Re: [vpp-dev] Query regarding running worker thread in VPP Debug mode

2017-02-13 Thread Damjan Marion
Do you haver buffer manager in ODP? If yes, we might be able to integrate it in vpp... > On 13 Feb 2017, at 14:58, Sreejith Surendran Nair > wrote: > > Hi Damjan, > > Thank you for the kind reply. Sorry I had a doubt in the code I observed we > have support for worker threads in "af_packet

Re: [vpp-dev] Query regarding running worker thread in VPP Debug mode

2017-02-13 Thread Sreejith Surendran Nair
Hi Damjan, Thank you for the kind reply. Sorry I had a doubt in the code I observed we have support for worker threads in "af_packet" and "netmap" is it used with dpdk platform only. I thought I can add similar support for ODP. Thanks & Regards, Sreejith On 13 February 2017 at 17:51, Damjan Mar

Re: [vpp-dev] Query regarding running worker thread in VPP Debug mode

2017-02-13 Thread Damjan Marion
Hi Sreejith, You cannot use vpp_lite with multiple threads, vpp_lite buffer manager is not thread safe. Thanks, Damjan > On 13 Feb 2017, at 11:28, Sreejith Surendran Nair > wrote: > > Hi All, > > I am working on VPP/ODP integration project. I am trying to run VPP in debug > mode with mu

[vpp-dev] Query regarding running worker thread in VPP Debug mode

2017-02-13 Thread Sreejith Surendran Nair
Hi All, I am working on VPP/ODP integration project. I am trying to run VPP in debug mode with multi-thread support. I have configured the startup conf file with "workers" . But as I try to configure the interface and make it up, there is crash occuring due to assertion failure(cpu ). I have see