From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 2B94BA0AC5 for ; Fri, 3 May 2019 01:36:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 262335F17; Fri, 3 May 2019 01:36:58 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 41D085F14; Fri, 3 May 2019 01:36:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A1EA423331; Thu, 2 May 2019 19:36:56 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 02 May 2019 19:36:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=SEsgir3EvL2ZR16/aWLY1JIRot9JXAKEsAS1RhUqbaE=; b=DN/o5rqVNa6D k3Uf82SJky4xQ5hAFuTw27HrrwsnZh1tGyxPW/jfmd5FS4EVCej0T+9GeuZe5VNd iNHm+MyziknxMo3JcnStzeBSI+bYIjRwsRUTW2tV9lnatS8lAGA8EyqfrpnGtcRJ lR/ht2jsnRL2YSC9gq/Wkmc8rfEg+xo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=SEsgir3EvL2ZR16/aWLY1JIRot9JXAKEsAS1RhUqb aE=; b=ZszqKEgq8jLlHQAwVz77y6isLhv8peuAu0MmcnUzGrf4QYqqFYqgOOYMt whvRINla8CTCMm4rO/SrEIujuCdvCHzPQ6YaYktwi/p7JKvZVnBLfdbUKfMhBIQX pUoww/yFfzkQe/ifMbS9jrpSfCs33CCPE0ksuk3mStm+XUO1ezHBG1hNMG/I43k8 iPv3arTIOHRZVkLrqUp4HZbYH/ocuIiC2JJOsZs/k8eU4n5AlbPe9fQMW4D7VKXc H8ChbpI61hdrTbD0EUQYWuKqpskODmmaEJkdvWZYgIYA5OAp0gABSPS7of3U9Eot gs8/0fPHh9JMo+GDLXKRK0/GzXPPQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrjedtgddvfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3D369E4382; Thu, 2 May 2019 19:36:55 -0400 (EDT) From: Thomas Monjalon To: Yongseok Koh Cc: dev@dpdk.org, anatoly.burakov@intel.com, bruce.richardson@intel.com, stable@dpdk.org Date: Fri, 03 May 2019 01:36:54 +0200 Message-ID: <3035664.zNGu1l40bY@xps> In-Reply-To: <20190410194154.43758-1-yskoh@mellanox.com> References: <20190409225937.9269-1-yskoh@mellanox.com> <20190410194154.43758-1-yskoh@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] examples/multi_process: fix buffer underrun X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190502233654.qy2lnjxNIU4XGT39w1tGZO6OtF8rKHtLezschCpptqY@z> 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: stable@dpdk.org > > Signed-off-by: Yongseok Koh Applied, thanks