DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] error compiling load_balancer example for DPAA2
@ 2017-07-14 13:46 Thomas Monjalon
  2017-07-18  5:22 ` Hemant Agrawal
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2017-07-14 13:46 UTC (permalink / raw)
  To: hemant.agrawal; +Cc: dev

The compilation of examples for DPAA2 fails:

examples/load_balancer/main.h:62:2: error: #error
	"APP_MAX_IO_LCORES is too big"

because:

APP_MAX_IO_LCORES = 16
RTE_MAX_LCORE = 8

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] error compiling load_balancer example for DPAA2
  2017-07-14 13:46 [dpdk-dev] error compiling load_balancer example for DPAA2 Thomas Monjalon
@ 2017-07-18  5:22 ` Hemant Agrawal
  0 siblings, 0 replies; 2+ messages in thread
From: Hemant Agrawal @ 2017-07-18  5:22 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

On 7/14/2017 7:16 PM, Thomas Monjalon wrote:
> The compilation of examples for DPAA2 fails:
>
> examples/load_balancer/main.h:62:2: error: #error
> 	"APP_MAX_IO_LCORES is too big"
>
> because:
>
> APP_MAX_IO_LCORES = 16
> RTE_MAX_LCORE = 8
>
Hi Thomas,
	Thanks for identifying the issue.

I have submitted a patch to change the load_balancer. There is no reason 
that load_balancer can not work with lower number of cores.

Regards,
Hemant

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-18  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-14 13:46 [dpdk-dev] error compiling load_balancer example for DPAA2 Thomas Monjalon
2017-07-18  5:22 ` Hemant Agrawal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).