Re: [dpdk-dev] Fwd: Sharing tables among pipelines

2017-05-09 Thread Nidhia Varghese
Hi all, Thanks for your reply. As given in the link(3rd point), what I need is single writer thread(pipeline) performing table entry add/delete operations and another thread(which is in turn another pipeline) that performs lookup operations to the same table entries. Thanks, Nidhia Varghese

Re: [dpdk-dev] Fwd: Sharing tables among pipelines

2017-05-09 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Singh, Jasvinder > Sent: Monday, May 8, 2017 11:37 AM > To: Nidhia Varghese ; dev@dpdk.org; > us...@dpdk.org > Subject: Re: [dpdk-dev] Fwd: Sharing tables among pipelines > > Hi Nidhia,

Re: [dpdk-dev] Fwd: Sharing tables among pipelines

2017-05-08 Thread Singh, Jasvinder
Hi Nidhia, For my pipeline application, I want to share same table between two different pipeline. Is that possible? If yes, how can I do it? [Jasvinder] - In the current ip pipeline application, we don’t have such illustration of sharing a table between two pipelines. Therefore, you need to

[dpdk-dev] Fwd: Sharing tables among pipelines

2017-05-07 Thread Nidhia Varghese
Hi, Any comments on this question? Thanks, Nidhia -- Forwarded message -- From: Nidhia Varghese Date: Thu, May 4, 2017 at 3:43 PM Subject: Sharing tables among pipelines To: dev@dpdk.org, us...@dpdk.org Hi, For my pipeline application, I want to share same table between two d