From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ex-smtp.fnal.gov (mail03v-smtp01.fnal.gov [131.225.199.28]) by dpdk.org (Postfix) with ESMTP id 440E858F4 for ; Fri, 1 Aug 2014 22:52:18 +0200 (CEST) Received: from MAIL06V-CAS04.fnal.gov (131.225.199.9) by ex-smtp.fnal.gov (131.225.199.28) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 1 Aug 2014 15:54:22 -0500 Received: from MAIL02.fnal.gov ([fe80::1548:2d93:c435:4169]) by MAIL06V-CAS04.fnal.gov ([2002:83e1:c709::83e1:c709]) with mapi id 14.03.0174.001; Fri, 1 Aug 2014 15:54:23 -0500 From: Wenji Wu To: "dev@dpdk.org" Thread-Topic: DPDK memory mechanism Thread-Index: AQHPrcrFRToigHtUU0uugl5qNZJ6/w== Date: Fri, 1 Aug 2014 20:54:22 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [131.225.82.176] MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] DPDK memory mechanism X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2014 20:52:18 -0000 Hello, everybody, I am new on DPDK, and have several questions on DPDK. Is "Mbuf Pool=94 pinned to avoid being swapped out? I checked the source co= de, and found there is API called =93rte_mem_lock_page=94. But it seems thi= s API is never by called. Do I miss something? Thanks, wenji