From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH] bond: fix LACP mempool size Date: Mon, 14 Dec 2015 13:53:50 +0000 Message-ID: <566EC9EE.1040507@intel.com> References: <1449580985-2692-1-git-send-email-aber@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Andriy Berestovskyy , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A5CDA37B2 for ; Mon, 14 Dec 2015 14:55:18 +0100 (CET) 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" On 08/12/15 13:23, 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. Acked-by: Declan Doherty