Re: [dpdk-dev] [PATCH] app/testpmd: initalize port_numa and ring_numa

2017-04-28 Thread Pei, Yulong
Hi Jingjing, Thanks for the review, already sent v4 patch and fixes line in it. Best Regards Yulong Pei -Original Message- From: Wu, Jingjing Sent: Friday, April 28, 2017 3:36 PM To: Pei, Yulong ; dev@dpdk.org Cc: Richardson, Bruce ; tho...@monjalon.net Subject: RE: [PATCH] app/testpmd:

Re: [dpdk-dev] [PATCH] app/testpmd: initalize port_numa and ring_numa

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Pei, Yulong > Sent: Monday, April 24, 2017 3:16 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Wu, Jingjing > ; tho...@monjalon.net; Pei, Yulong > > Subject: [PATCH] app/testpmd: initalize port_numa and ring_numa > > Previous numa_support = 0 by default, it

[dpdk-dev] [PATCH] app/testpmd: initalize port_numa and ring_numa

2017-04-26 Thread Yulong Pei
Previous numa_support = 0 by default, it need to add --numa to testpmd command line to enable numa, so port_numa and ring_numa were initalized at function launch_args_parse(), now testpmd change numa_support = 1 as default, so port_numa and ring_numa also need to initalize by default, otherwise por