Re: [dpdk-dev] Minimun value of RTE_MAX_LCORE

2020-10-15 Thread Honnappa Nagarahalli
> > > > On 15/10/20 10:49 +, Juraj Linkeš wrote: > > > Hi dpdk devs, > > > > > > Is there a constraint on how low RTE_MAX_LCORE can be? I'm > > > implementing a > > discovery mechanism that sets RTE_MAX_LCORE according to the number > of > > host cores, but I'm hitting errors when the values

Re: [dpdk-dev] Minimun value of RTE_MAX_LCORE

2020-10-15 Thread Juraj Linkeš
> -Original Message- > From: Gaëtan Rivet > Sent: Thursday, October 15, 2020 1:31 PM > To: Juraj Linkeš > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] Minimun value of RTE_MAX_LCORE > > On 15/10/20 10:49 +, Juraj Linkeš wrote: > > Hi dpdk devs, > &

Re: [dpdk-dev] Minimun value of RTE_MAX_LCORE

2020-10-15 Thread Gaëtan Rivet
On 15/10/20 10:49 +, Juraj Linkeš wrote: > Hi dpdk devs, > > Is there a constraint on how low RTE_MAX_LCORE can be? I'm implementing a > discovery mechanism that sets RTE_MAX_LCORE according to the number of host > cores, but I'm hitting errors when the values are low: > https://travis-ci.co

Re: [dpdk-dev] Minimun value of RTE_MAX_LCORE

2020-10-15 Thread Bruce Richardson
On Thu, Oct 15, 2020 at 10:49:17AM +, Juraj Linkeš wrote: > Hi dpdk devs, > > Is there a constraint on how low RTE_MAX_LCORE can be? I'm implementing a > discovery mechanism that sets RTE_MAX_LCORE according to the number of > host cores, but I'm hitting errors when the values are low: > https

[dpdk-dev] Minimun value of RTE_MAX_LCORE

2020-10-15 Thread Juraj Linkeš
Hi dpdk devs, Is there a constraint on how low RTE_MAX_LCORE can be? I'm implementing a discovery mechanism that sets RTE_MAX_LCORE according to the number of host cores, but I'm hitting errors when the values are low: https://travis-ci.com/github/jlinkes/dpdk/jobs/399596828 Message: Found 2 cor