From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bond: fix LACP mempool size Date: Mon, 14 Dec 2015 22:44:59 +0100 Message-ID: <2554437.7GBWETHACo@xps13> References: <1449580985-2692-1-git-send-email-aber@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Andriy Berestovskyy Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id D228337A6 for ; Mon, 14 Dec 2015 22:46:15 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id n186so67251809wmn.0 for ; Mon, 14 Dec 2015 13:46:15 -0800 (PST) In-Reply-To: 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" 2015-12-14 16:01, Andriy Berestovskyy: > On Tue, Dec 8, 2015 at 2:23 PM, Andriy Berestovskyy wrote: > > The following messages might appear after some idle time: > > "PMD: Failed to allocate LACP packet from pool" > > > > The fix ensures the mempool size is greater than the sum > > of TX descriptors. > > Signed-off-by: Andriy Berestovskyy Applied, thanks