From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by dpdk.org (Postfix) with ESMTP id E02142C2F for ; Mon, 3 Apr 2017 18:32:23 +0200 (CEST) Received: by mail-lf0-f54.google.com with SMTP id h125so78445721lfe.0 for ; Mon, 03 Apr 2017 09:32: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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=0W2dH0xrqJQ48tq6DWgDrjxvF/TTKODJP4WGcUjRv6o=; b=rulc5fxWHJQtuAFzg/EY142qKrDS8YJU9Aet0Nr4dfKy5GTb3zTE/I7xfa/iP45lQS WRFgUz7TFT5KNx+hOScnwaBzRH9yxTAiHF/wh4TF9m3/TE2+FCzdiZ+n5cJx7RuDso3n dQqvs8bYgNWY7QTSXu9sEBhNBhwiuVKQLO9f8T2UyzPAPmtwyX/6KpuZ8J4t6rmhfx7J 0D4sip7CRVlr0aQm6Ew2YWxrZjslnAu23C/8aN6EPpnvk/Kc1DVb6gyLGRkWogTPHtw5 8WjCz3Sxx4jg/bQKy7M/19tLwgatiwJVX+0g1ZWP1dKHax0TXvMuda7xqmIjOP+vQ1wG HcQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=0W2dH0xrqJQ48tq6DWgDrjxvF/TTKODJP4WGcUjRv6o=; b=dYCLbht9gt08EiXRxBLt6oUSIW8Ko0cxFNEjbsP/oZNEhhZn+lC7tVSkKpBLl/N4Ee FNHzlXiOdC0AVmXkRM159Q9jfx3CVuDtVoWpb8teYzls8dBpxOdxH5bQADodGBxDXwBJ kw1btlwXyvvQb82lEAO8/J8nEla8zA3adyYrTgQPcjtPQ+K8JhvBYZJvdrCZFfMCnIgX v8fSX9dFImV16RvzfuG1RdZNR9OiP8ldDTkWBzWp3WPG1nn9b6dw7w1SScC4Nse5WcEU gio5YOnh1ZA8CiT6GLXwKk4M/PUuAvRpvXUilzNXRxctTiUrSu5vCKBXrqnM/Pfi3Iin weXQ== X-Gm-Message-State: AFeK/H3FH5gh05fbH0Orq49LwRU2jNQAPLtM/Mc0CnnZ+/ILQdmi7MULMJpAWuOIG734HBn2 X-Received: by 10.28.142.2 with SMTP id q2mr525472wmd.31.1491237143148; Mon, 03 Apr 2017 09:32:23 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id u189sm5119708wmg.18.2017.04.03.09.32.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Apr 2017 09:32:22 -0700 (PDT) From: Thomas Monjalon To: Gage Eads Cc: dev@dpdk.org, Olivier Matz Date: Mon, 03 Apr 2017 18:32:21 +0200 Message-ID: <1952054.adTfWBFA9Z@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170331155155.3e9b7a7e@platinum> References: <1490278858-27257-1-git-send-email-gage.eads@intel.com> <1490914920-26347-1-git-send-email-gage.eads@intel.com> <20170331155155.3e9b7a7e@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] mempool: update non-EAL thread note in the header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 16:32:24 -0000 2017-03-31 15:51, Olivier Matz: > 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 Applied, thanks