Re: [dpdk-dev] [PATCH] examples/helloworld: add output of core id and socket id

2017-05-17 Thread Ferruh Yigit
On 5/17/2017 3:29 PM, Dai, Wei wrote: >> -Original Message- >> From: Yigit, Ferruh >> Sent: Wednesday, May 17, 2017 10:16 PM >> To: Dai, Wei ; Richardson, Bruce >> ; Mcnamara, John >> Cc: dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH] examples

Re: [dpdk-dev] [PATCH] examples/helloworld: add output of core id and socket id

2017-05-17 Thread Dai, Wei
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, May 17, 2017 10:16 PM > To: Dai, Wei ; Richardson, Bruce > ; Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/helloworld: add output of core id and > socket id > >

Re: [dpdk-dev] [PATCH] examples/helloworld: add output of core id and socket id

2017-05-17 Thread Ferruh Yigit
On 5/17/2017 2:49 PM, Wei Dai wrote: > Adding output of core id and socket id of each lcore/pthread > can help to understand their relationship. > And this can also help to examine the usage of the EAL lcore > settings like -c, -l and --lcore . > > Signed-off-by: Wei Dai > --- > examples/hellowo

[dpdk-dev] [PATCH] examples/helloworld: add output of core id and socket id

2017-05-17 Thread Wei Dai
Adding output of core id and socket id of each lcore/pthread can help to understand their relationship. And this can also help to examine the usage of the EAL lcore settings like -c, -l and --lcore . Signed-off-by: Wei Dai --- examples/helloworld/main.c | 4 +++- 1 file changed, 3 insertions(+),