RE: [EXTERNAL] [RFC v3 3/3] examples: add lcore topology API calls

2024-11-03 Thread Varghese, Vipin
Snipped > > > > > > > > I see compilation failure on ARM platforms due to missing header > > > > include. > > > > > > > > ../examples/helloworld/main.c: In function 'parse_topology': > > > > ../examples/helloworld/main.c:83:13: error: implicit declaration > > > > of function 'strtoul'; did you me

RE: [EXTERNAL] [RFC v3 3/3] examples: add lcore topology API calls

2024-10-30 Thread Pavan Nikhilesh Bhagavatula
> > Hi Pavan, > > > > Snipped > > > > > > > > I see compilation failure on ARM platforms due to missing header include. > > > > > > ../examples/helloworld/main.c: In function 'parse_topology': > > > ../examples/helloworld/main.c:83:13: error: implicit declaration of > > > function 'strtoul'; did yo

RE: [EXTERNAL] [RFC v3 3/3] examples: add lcore topology API calls

2024-10-30 Thread Varghese, Vipin
> Hi Pavan, > > Snipped > > > > > I see compilation failure on ARM platforms due to missing header include. > > > > ../examples/helloworld/main.c: In function 'parse_topology': > > ../examples/helloworld/main.c:83:13: error: implicit declaration of > > function 'strtoul'; did you mean 'strtok'?

RE: [EXTERNAL] [RFC v3 3/3] examples: add lcore topology API calls

2024-10-30 Thread Varghese, Vipin
Hi Pavan, Snipped > > I see compilation failure on ARM platforms due to missing header include. > > ../examples/helloworld/main.c: In function 'parse_topology': > ../examples/helloworld/main.c:83:13: error: implicit declaration of function > 'strtoul'; > did you mean 'strtok'? [-Wimplicit-func

RE: [EXTERNAL] [RFC v3 3/3] examples: add lcore topology API calls

2024-10-30 Thread Pavan Nikhilesh Bhagavatula
> Enhance example code to allow topology based lcores API, while > retaining default behaviour. > > - helloworld: allow lcoes to send hello to lcores in selected topology. > - l2fwd: allow use of IO lcores topology. > - skeleton: choose the lcore from IO topology which has more ports. > > v3 c

[RFC v3 3/3] examples: add lcore topology API calls

2024-10-29 Thread Vipin Varghese
Enhance example code to allow topology based lcores API, while retaining default behaviour. - helloworld: allow lcoes to send hello to lcores in selected topology. - l2fwd: allow use of IO lcores topology. - skeleton: choose the lcore from IO topology which has more ports. v3 changes: - fix t