From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com
 [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id D5CF1BDBA
 for <dev@dpdk.org>; Fri,  3 Apr 2015 16:08:15 +0200 (CEST)
Received: by wibgn9 with SMTP id gn9so141132245wib.1
 for <dev@dpdk.org>; Fri, 03 Apr 2015 07:08:15 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=dU89AKZcn0HktuDx4rNJGKu6qb0D19w6iCTbG3PV6B8=;
 b=E+/PYFLP5/7DQAGeXrvDtjPiMoQ+qAqYEih9wsEiRuVmS+mfSxttZv7MEQLpB1Rcnu
 c1LyIQlp22IBteJFjP43BwTyQdYgVjiXPKMILswxQdDBj37318ao33rwL+2Qe+3l97NA
 hwx6vchsBVu2rz9POYkt+Na+V5Cgb4dMe/wy4+zJAs+WdtgWznCrNWnWA1ENwYa+StiL
 qU+U8MkzkTA/Mw2jpS8h0O1jJe0oJclyE8RiTT2oQD0byKClGiIdnHQwUGQBH163CaF4
 mZON5KwMhU/SdJaPd1SRMiO9fYXbXFDKq/kx+0flmmYLYGItK+/vo2ikOhjsaX/rpIVc
 mYaQ==
X-Gm-Message-State: ALoCoQmu27vWBZ9DmaCuPYB6HwzWFIq6dGMhB1HKdESvFlVZFnIkLyEhhuL4IP+UvJncu/1F20uw
X-Received: by 10.194.222.135 with SMTP id qm7mr5428240wjc.14.1428070095701;
 Fri, 03 Apr 2015 07:08:15 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id bp1sm11672149wjb.31.2015.04.03.07.08.14
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 03 Apr 2015 07:08:14 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Fri, 03 Apr 2015 16:07:32 +0200
Message-ID: <476054971.IqP9DS343F@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1428010267-23496-1-git-send-email-siobhan.a.butler@intel.com>
References: <1428010267-23496-1-git-send-email-siobhan.a.butler@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: added known issue to release notes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 03 Apr 2015 14:08:16 -0000

2015-04-02 22:31, Siobhan Butler:
> -Note: This patch relies on patch 'doc: remove release version from known issues'
> -Added issue with failing unit test for link bonding to known issues
> 
> Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com>

Applied, thanks