Re: [dpdk-dev] [PATCH v5] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

2018-01-24 Thread Simon Guo
--- > > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of > > > > wei.guo.si...@gmail.com > > > > Sent: Saturday, January 13, 2018 2:35 AM > > > > To: Lu, Wenzhuo > > > > Cc: dev@dpdk.org; Thomas Monjalon ; Simon Guo

Re: [dpdk-dev] [PATCH v5] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

2018-01-17 Thread Simon Guo
> > Cc: dev@dpdk.org; Thomas Monjalon ; Simon Guo > > > > Subject: [dpdk-dev] [PATCH v5] app/testpmd: add option ring-bind-lcpu to > > bind Q with CPU > > > > From: Simon Guo > > > > Currently the rx/tx queue is allocated from the buffer pool o

Re: [dpdk-dev] [PATCH v4] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

2018-01-15 Thread Simon Guo
Hi Wenzuo, On Mon, Jan 15, 2018 at 08:31:52AM +, Lu, Wenzhuo wrote: > Hi Simon, > > > > -Original Message- > > From: wei.guo.si...@gmail.com [mailto:wei.guo.si...@gmail.com] > > Sent: Wednesday, January 10, 2018 4:00 PM > > To: Lu, Wenzhuo

Re: [dpdk-dev] [PATCH v4] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

2018-01-15 Thread Simon Guo
Thomas, On Mon, Jan 15, 2018 at 12:30:31AM +0100, Thomas Monjalon wrote: > 10/01/2018 08:59, wei.guo.si...@gmail.com: > > This patch adds a new option "--ring-bind-lcpu"(no parameter). With > > this, testpmd can utilize the PCI-e bus bandwidth on another NUMA > > nodes. > > Waiting for a review.