[dpdk-dev] Calling rte_eal_init multiple times in the same process

2014-04-17 Thread Thomas Monjalon
Hello, 2014-04-17 09:09, Tomas Vestelind: > The problem I'm facing is that I need to do rte_eal_init serveral times in > the same process. The reason for this is mostly architectural as we want to > divide certain functionality in to different, implementation independent, > modules in which DPDK w

[dpdk-dev] Calling rte_eal_init multiple times in the same process

2014-04-17 Thread Tomas Vestelind
Dear all, I'm not sure who to address with this email so I'll just present my problem and my suggested solution. The problem I'm facing is that I need to do rte_eal_init serveral times in the same process. The reason for this is mostly architectural as we want to divide certain functionality i

[dpdk-dev] Calling rte_eal_init multiple times in the same process

2014-04-17 Thread Neil Horman
On Thu, Apr 17, 2014 at 09:09:44AM +, Tomas Vestelind wrote: > Dear all, > > I'm not sure who to address with this email so I'll just present my problem > and my suggested solution. > > The problem I'm facing is that I need to do rte_eal_init serveral times in > the same process. The reason