From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] doc: add use of mlockall to programmers guide Date: Tue, 10 Oct 2017 00:42:21 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Mcnamara, John" , Eelco Chaudron Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 034271B1C3 for ; Tue, 10 Oct 2017 01:42:35 +0200 (CEST) In-Reply-To: Content-Language: en-US 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 10/2/2017 11:11 AM, Mcnamara, John wrote: > > >> -----Original Message----- >> From: Eelco Chaudron [mailto:echaudro@redhat.com] >> Sent: Monday, October 2, 2017 11:02 AM >> To: Mcnamara, John >> Cc: dev@dpdk.org >> Subject: [PATCH v2] doc: add use of mlockall to programmers guide >> >> When I was adding mlockall() to the testpmd application it was suggested >> to add a reference to the use case of mlockall(). This patch adds is. >> >> Signed-off-by: Eelco Chaudron > > Acked-by: John McNamara Applied to dpdk/master, thanks.