From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH 5/6] mempool/ring: add non-blocking ring handlers Date: Sun, 13 Jan 2019 16:43:53 +0300 Message-ID: References: <20190110210122.24889-1-gage.eads@intel.com> <20190110210122.24889-6-gage.eads@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , To: Gage Eads , Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id D14AD1B4D8 for ; Sun, 13 Jan 2019 14:44:09 +0100 (CET) In-Reply-To: <20190110210122.24889-6-gage.eads@intel.com> Content-Language: en-GB List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/11/19 12:01 AM, Gage Eads wrote: > These handlers allow an application to create a mempool based on the > non-blocking ring, with any combination of single/multi producer/consumer. > > Signed-off-by: Gage Eads Acked-by: Andrew Rybchenko Of course, it should be mentioned in release notes finally.