From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id 814122716
 for <dev@dpdk.org>; Sun, 10 Apr 2016 11:55:23 +0200 (CEST)
Received: by mail-wm0-f41.google.com with SMTP id 191so56138253wmq.0
 for <dev@dpdk.org>; Sun, 10 Apr 2016 02:55:23 -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:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=kGIgLnqWYFZHildnEQ8nIGZut3rAje0y6SgdMY65RUQ=;
 b=DSxoKEHz6NTfmH//zRE2UYB3YGZP1MZOl1E8yGnS7JPgTklRDQPiTZoHzRipw+etLG
 34i4as/Mg46QYXu2unN53a6iqnYqIQ5dvLmI28cZawpUM4htbLZD89gssyl/0mE/rLcD
 M0lMN13Gci0BZlxRd3Lw6mUiRws/PwV/Yn47ljTno9BTOoc0fwLdEH+kWbn+emmEMKSN
 0I6z+Z0R1KTmhBrT+XpmtCozV/Hpk6zttctNT9jzd6dBHrDU+PxjZUHzrKsgE82ujugC
 C2MeZF9OLXuhhUs3RNE9cZ4g+RPcgoKKJsPugjWSiqd13CfSZtOImtRmDHxNeqe6+Ahy
 uGaQ==
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;
 bh=kGIgLnqWYFZHildnEQ8nIGZut3rAje0y6SgdMY65RUQ=;
 b=S496od4KTFpIUYY+qVO5bjdPdZMdHKher67TQOoyZozqLJs84tcMZ5dXoMvdyFQBdV
 SjnZJF02BuwLEll3IavN1kN2nGfSymJsNJBYZuiyqWMNW37dcxImh1xsm82DEnxT2Tnf
 anNtHR21Fu2Orzzire/fXa/GZHjFev+ilPKZNxAqw7VsEh7mITAx1EMZs9/TLvxMOa3A
 OsVQz7iEdAPla/KLjwfmSKtJcXZ2vVeBrp/G3v4Txp/FTPQdvrpakavALvw/22hOj/la
 BpUAgyQMJg3Rdwdy/Gaih4oaeeyJ7FmOcfHooXYyzgKBFNJ8QD76d/dsQmFOtwEfHtjP
 URSA==
X-Gm-Message-State: AD7BkJIbt0e/mEyovBpzk+fKXFesFfRDe1O8Ly+Rv4wMzu9PUWbWU9KzUZ0VV6QDRx5Djgzk
X-Received: by 10.28.225.198 with SMTP id y189mr13069432wmg.34.1460282123281; 
 Sun, 10 Apr 2016 02:55:23 -0700 (PDT)
Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91])
 by smtp.gmail.com with ESMTPSA id t4sm11593951wmf.8.2016.04.10.02.55.22
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 10 Apr 2016 02:55:22 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Lazaros Koromilas <l@nofutznetworks.com>
Cc: dev@dpdk.org, "Hunt, David" <david.hunt@intel.com>,
 Olivier Matz <olivier.matz@6wind.com>
Date: Sun, 10 Apr 2016 11:55:19 +0200
Message-ID: <1539693.IPu4aFmoxr@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <5707B9B5.2070508@intel.com>
References: <1459848188-30028-1-git-send-email-l@nofutznetworks.com>
 <5703DCDF.6000609@6wind.com> <5707B9B5.2070508@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI changes for user-owned
	mempool caches
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: Sun, 10 Apr 2016 09:55:23 -0000

> >> Deprecation notice for 16.04 for changes targeting release 16.07.
> >> The changes affect struct rte_mempool, rte_mempool_cache and the
> >> mempool API.
> >>
> >> Signed-off-by: Lazaros Koromilas <l@nofutznetworks.com>
> > Acked-by: Olivier Matz <olivier.matz@6wind.com>
> Acked-by: David Hunt<david.hunt@intel.com>

It is the fourth change announced for rte_mempool in 16.07.

Applied, thanks