Re: [dpdk-dev] [PATCH 2/2] app/testpmd: fix number of mbufs in pool

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, April 24, 2017 8:34 PM > To: dev@dpdk.org; Wu, Jingjing > Cc: Richardson, Bruce ; sta...@dpdk.org > Subject: [PATCH 2/2] app/testpmd: fix number of mbufs in pool > > The number of mbufs in pools is

[dpdk-dev] [PATCH 2/2] app/testpmd: fix number of mbufs in pool

2017-04-24 Thread Olivier Matz
The number of mbufs in pools is not consistent depending on the options passed by the user and the number of ports, especially in numa mode, when the number of mbuf is specified by the user. When the user specifies the number of mbuf (per pool), it should overrides the default value. - before the