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

2017-05-01 Thread Thomas Monjalon
28/04/2017 10:30, Wu, Jingjing: > From: Pei, Yulong > > > > 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 initialized at > > function launch_args_parse(), now testpmd change numa_support = 1 as > > default,

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

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Pei, Yulong > Sent: Friday, April 28, 2017 10:02 AM > To: dev@dpdk.org > Cc: Wu, Jingjing ; tho...@monjalon.net > Subject: [PATCH v4] app/testpmd: initialize port_numa and ring_numa > > Previous numa_support = 0 by default, it need to add --numa to testpmd >