Re: [dpdk-dev] [PATCH] examples/multi_process: fix buffer underrun

2019-05-02 Thread Thomas Monjalon
10/04/2019 21:41, Yongseok Koh: > For client_server_mp, the total number of buffers for the mbuf mempool > should be correctly calculated. Otherwise, having more clients will stop > traffic. > > Fixes: af75078fece3 ("first public release") > Cc: sta...@dpdk.org > > Signed-off-by: Yongseok Koh A

Re: [dpdk-dev] [PATCH] examples/multi_process: fix buffer underrun

2019-04-10 Thread Bruce Richardson
On Tue, Apr 09, 2019 at 03:59:37PM -0700, Yongseok Koh wrote: > For client_server_mp, the total number of buffers for the mbuf mempool > should be correctly calculated. Otherwise, having more clients will stop > traffic. > > Fixes: af75078fece3 ("first public release") > Cc: sta...@dpdk.org > > S