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

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

2019-04-10 Thread 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 --- v2: * split up the calculation examples/mul

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

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

2019-04-09 Thread 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 --- examples/multi_process/client_server_mp/mp_se