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
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
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
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
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