From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: fix bond device name too long Date: Mon, 13 Jun 2016 22:14:48 +0200 Message-ID: <4043075.qUHSIckqcz@xps13> References: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> <8CEF83825BEC744B83065625E567D7C21A011797@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Iremonger, Bernard" To: "Jastrzebski, MichalX K" Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id B34F65A34 for ; Mon, 13 Jun 2016 22:14:50 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id k204so94818107wmk.0 for ; Mon, 13 Jun 2016 13:14:50 -0700 (PDT) In-Reply-To: <8CEF83825BEC744B83065625E567D7C21A011797@IRSMSX108.ger.corp.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" > > Bond device name was too long (grather than 32 signs) that cause mempool > > allocation to fail. > > > > Fixes: 92073ef961ee ("bond: unit tests") > > > > Signed-off-by: Michal Jastrzebski > > Acked-by: Bernard Iremonger Applied, thanks