From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v4] mempool: update non-EAL thread note in the header Date: Fri, 31 Mar 2017 15:51:55 +0200 Message-ID: <20170331155155.3e9b7a7e@platinum> References: <1490278858-27257-1-git-send-email-gage.eads@intel.com> <1490914920-26347-1-git-send-email-gage.eads@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Gage Eads Return-path: Received: from mail-wr0-f173.google.com (mail-wr0-f173.google.com [209.85.128.173]) by dpdk.org (Postfix) with ESMTP id 6B298FE5 for ; Fri, 31 Mar 2017 15:51:58 +0200 (CEST) Received: by mail-wr0-f173.google.com with SMTP id l43so108862950wre.1 for ; Fri, 31 Mar 2017 06:51:58 -0700 (PDT) In-Reply-To: <1490914920-26347-1-git-send-email-gage.eads@intel.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" On Thu, 30 Mar 2017 18:02:00 -0500, Gage Eads wrote: > Commit 30e6399892276 ("mempool: support non-EAL thread") added the > capability for non-EAL threads to use the mempool library. This commit > removes the note indicating that the mempool library cannot be used safely > by non-EAL threads, and replaces it with a more up-to-date note. > > Signed-off-by: Gage Eads Acked-by: Olivier Matz