From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bond: fix LACP mempool size Date: Thu, 10 Dec 2015 22:50:41 +0100 Message-ID: <1630221.0CJlf5Jkii@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: Declan Doherty Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 6646F8E5F for ; Thu, 10 Dec 2015 22:51:59 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id n186so4618019wmn.1 for ; Thu, 10 Dec 2015 13:51:59 -0800 (PST) In-Reply-To: <1449580985-2692-1-git-send-email-aber@semihalf.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" Please Declan, Could you check these patches from Andriy and tell how safe it is for 2.2? Thanks 2015-12-08 14:23, Andriy Berestovskyy: > 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.