From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 293CF1B1EE for ; Mon, 2 Oct 2017 12:11:27 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2017 03:11:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,468,1500966000"; d="scan'208";a="141674489" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 02 Oct 2017 03:11:25 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Mon, 2 Oct 2017 11:11:24 +0100 From: "Mcnamara, John" To: Eelco Chaudron CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] doc: add use of mlockall to programmers guide Thread-Index: AQHTO2Vp1iTosAt22ECALTDrluHEt6LQVr2A Date: Mon, 2 Oct 2017 10:11:23 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmZlZWE4NDAtOTM5ZC00ZGIzLWJhZGQtNWZlMWE4MWYwYTAyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1OQis5emtFdEo0NzdIN1lQUmRqTzFETFwvK3FPQWtKNUJDSmdcL0pjZVg3dz0ifQ== dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: add use of mlockall to programmers guide 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, 02 Oct 2017 10:11:28 -0000 > -----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 >=20 > 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. >=20 > Signed-off-by: Eelco Chaudron Acked-by: John McNamara