From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] mempool: remove deprecated get and put functions Date: Tue, 21 Feb 2017 12:06:17 +0100 Message-ID: <3057146.zeanNgbXs7@xps13> References: <1487334507-18698-1-git-send-email-olivier.matz@6wind.com> <1487334507-18698-2-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 0FE9C98 for ; Tue, 21 Feb 2017 12:06:25 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id r141so72515317wmg.1 for ; Tue, 21 Feb 2017 03:06:25 -0800 (PST) In-Reply-To: <1487334507-18698-2-git-send-email-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-17 13:28, Olivier Matz: > As announced in the deprecation notice, remove the functions for > single/multi producer/consumer enqueue/dequeue. > > Signed-off-by: Olivier Matz Series applied, thanks