From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] example/vhost: fix failed to allocate mbufs Date: Sun, 28 Feb 2016 22:40:10 +0100 Message-ID: <4879300.eaoi2KXdjX@xps13> References: <1455754119-121572-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jianfeng Tan Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id E965369FB for ; Sun, 28 Feb 2016 22:41:42 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id p65so22876980wmp.0 for ; Sun, 28 Feb 2016 13:41:42 -0800 (PST) In-Reply-To: <1455754119-121572-1-git-send-email-jianfeng.tan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-02-18 08:08, Jianfeng Tan: > In all, it fails to include master core's mbuf mempool cache. > > Signed-off-by: Jianfeng Tan > Reported-by: Qian Xu minor note: please keep the "people-tags" in the chronological order. Here the "Reported-by" is moved before the "Signed-off-by". [...] > +* **examples/vhost: fix failed to allocate mbuf.** > + > + vhost-switch often fails to allocate mbuf when dequeue from vring because it > + wrongly calculate the number of mbufs needed. Reworded to comply with release notes style. Applied, thanks