From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id DCBB45686
 for <dev@dpdk.org>; Fri, 28 Oct 2016 16:01:33 +0200 (CEST)
Received: by mail-wm0-f43.google.com with SMTP id e69so103585029wmg.0
 for <dev@dpdk.org>; Fri, 28 Oct 2016 07:01:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=CH8vEpzPrCymBrr4vMPh7tZMh4gXOihiT/+dktFOogI=;
 b=16BItXaB1ywpybWRra/FiyjpFs4tIj1YL1ITfkYmJIO1/+Iwr6SArLi3yD/oIcsdIY
 LB3PZt4GslGXgItwNErXaYex3eXzrqN28xOlC0UHnI0WgHgL418V6VAAxL8mGoORi3EA
 9ijmnLBD87bmaLajjzBOPHEFl6kTAXEmyRHayp4oa451LA7WnNJeVW5PW+Gr21KVIEZN
 RK5toFfqFOq7PJSM+fbQng7Gb23ktD9iRnbSL3lHl5nx/fukXz5lBPeEcd19PzmaWUBx
 Gj/3oUpXqMNGMgJnrpduf/pYrQZ63aKZk8svsTLp+RT2J7cKGjpqRRkmAgyNOEr7JR7w
 C30Q==
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:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=CH8vEpzPrCymBrr4vMPh7tZMh4gXOihiT/+dktFOogI=;
 b=dVgv0MiPDc+7OucpNEXO6onToYZRemH9S9EhYU3S+2IBM/raWREqWl7DNI6s2+kNdP
 aQ2JLHJSEqXkT+Jm4Yyu/J3zBdhWltCXnxccIkC5ucVV8+wxZ5xkfad7XmQqWvpgOgTv
 DUz2/T39BJKYJtjmMoVsIEZYFlOSaJ0ZnpddoJak7XjrQK6sj8G3Ty0ZAT52bt2jb3iD
 hEkMUs8ScOieyzHa+irM5PAhYgerOuUyWCxS2GtK36j7B5dKMwQRTSktGoUwY4p/HDLN
 ffB5KkKfRjAFvoM3pDuS8o1knaPWUF/s0eTGZgmD8RE7oWdJHd+Uk+5ULuLmzPGMZ9rH
 bVxg==
X-Gm-Message-State: ABUngveAzpbnlyhfv+SCkZ3gyDwmedJPRSkDerafuJAEeWeu4Nf+GppuhPdEgLhC363mzkcP
X-Received: by 10.28.99.213 with SMTP id x204mr3610027wmb.111.1477663293513;
 Fri, 28 Oct 2016 07:01:33 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id o62sm9030326wmg.12.2016.10.28.07.01.32
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 28 Oct 2016 07:01:32 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Trahe, Fiona" <fiona.trahe@intel.com>
Date: Fri, 28 Oct 2016 16:01:31 +0200
Message-ID: <2431145.khlEK3S1Ji@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <348A99DA5F5B7549AA880327E580B4358911659C@IRSMSX101.ger.corp.intel.com>
References: <1477654629-22181-1-git-send-email-arkadiuszx.kusztal@intel.com>
 <348A99DA5F5B7549AA880327E580B4358911659C@IRSMSX101.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] app/test: fix wrong pointer values in crypto
	perftest
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, 28 Oct 2016 14:01:34 -0000

2016-10-28 13:42, Trahe, Fiona:
> From: Kusztal, ArkadiuszX
> > This commit fixes problem with device hanging because of wrong pointer
> > values in snow3g performance test
> 
> Can you add to resolved issues section of release notes please.

I'm not sure we should comment about unit test fixes in the release notes.