Re: [dpdk-dev] DSW eventdev and multi-process DPDK

2019-01-18 Thread Mattias Rönnblom
On 2019-01-18 07:36, Venky Venkatesh wrote: [VV]: Some more information. I went with the assumption that I will call these APIs on both the PRIMARY and SECONDARY processes and that these APIs would do the right thing viz. on the PRIMARY it would allocate and initialize while in the SECONDARY

Re: [dpdk-dev] DSW eventdev and multi-process DPDK

2019-01-18 Thread Mattias Rönnblom
On 2019-01-17 20:10, Venky Venkatesh wrote: [VV]: I had a question on the eventdev initialization API in the above multi-process setting. The following are the objects and API to init each of them. For each of these can you confirm whether it needs to be called in the PRIMARY process only or e

Re: [dpdk-dev] DSW eventdev and multi-process DPDK

2019-01-17 Thread Venky Venkatesh
On 1/17/19, 11:10 AM, "Venky Venkatesh" wrote: On 1/7/19, 7:36 AM, "Mattias Rönnblom" wrote: On 2018-12-21 20:12, Venky Venkatesh wrote: > > > On 12/21/18, 10:59 AM, "Mattias Rönnblom" wrote: > > On 2018-12-21 19:3

Re: [dpdk-dev] DSW eventdev and multi-process DPDK

2019-01-17 Thread Venky Venkatesh
On 1/7/19, 7:36 AM, "Mattias Rönnblom" wrote: On 2018-12-21 20:12, Venky Venkatesh wrote: > > > On 12/21/18, 10:59 AM, "Mattias Rönnblom" wrote: > > On 2018-12-21 19:34, Venky Venkatesh wrote: > > > > > > On 12/21/18, 10:24 AM, "Matt

Re: [dpdk-dev] DSW eventdev and multi-process DPDK

2019-01-07 Thread Mattias Rönnblom
On 2018-12-21 20:12, Venky Venkatesh wrote: On 12/21/18, 10:59 AM, "Mattias Rönnblom" wrote: On 2018-12-21 19:34, Venky Venkatesh wrote: > > > On 12/21/18, 10:24 AM, "Mattias Rönnblom" wrote: > > On 2018-12-21 06:13, Venky Venkatesh wrote: > >

Re: [dpdk-dev] DSW eventdev and multi-process DPDK

2018-12-21 Thread Venky Venkatesh
On 12/21/18, 10:59 AM, "Mattias Rönnblom" wrote: On 2018-12-21 19:34, Venky Venkatesh wrote: > > > On 12/21/18, 10:24 AM, "Mattias Rönnblom" wrote: > > On 2018-12-21 06:13, Venky Venkatesh wrote: > > Hi, > > We are considering using a multi-

Re: [dpdk-dev] DSW eventdev and multi-process DPDK

2018-12-21 Thread Mattias Rönnblom
On 2018-12-21 19:34, Venky Venkatesh wrote: On 12/21/18, 10:24 AM, "Mattias Rönnblom" wrote: On 2018-12-21 06:13, Venky Venkatesh wrote: > Hi, > We are considering using a multi-process mode of the DPDK with the event generators and consumers being spread across multiple pro

Re: [dpdk-dev] DSW eventdev and multi-process DPDK

2018-12-21 Thread Venky Venkatesh
On 12/21/18, 10:24 AM, "Mattias Rönnblom" wrote: On 2018-12-21 06:13, Venky Venkatesh wrote: > Hi, > We are considering using a multi-process mode of the DPDK with the event generators and consumers being spread across multiple processes (on different cores). We are also conside

Re: [dpdk-dev] DSW eventdev and multi-process DPDK

2018-12-21 Thread Mattias Rönnblom
On 2018-12-21 06:13, Venky Venkatesh wrote: Hi, We are considering using a multi-process mode of the DPDK with the event generators and consumers being spread across multiple processes (on different cores). We are also considering using the DSW eventdev. Is the DSW designed for such a use case

[dpdk-dev] DSW eventdev and multi-process DPDK

2018-12-20 Thread Venky Venkatesh
Hi, We are considering using a multi-process mode of the DPDK with the event generators and consumers being spread across multiple processes (on different cores). We are also considering using the DSW eventdev. Is the DSW designed for such a use case? If so, are there some restrictions and somet