From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-f180.google.com (mail-wj0-f180.google.com [209.85.210.180]) by dpdk.org (Postfix) with ESMTP id 27A902946 for ; Wed, 4 Jan 2017 10:16:38 +0100 (CET) Received: by mail-wj0-f180.google.com with SMTP id tn15so5547013wjb.1 for ; Wed, 04 Jan 2017 01:16:38 -0800 (PST) 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=OPdO+HF3gYJ2Vh5uncvVEdA2V3NZAAmqP3LCM88ZvSc=; b=1eTtEBfcsxjV2ASfqOthTV3k02jDbFYNrBYB7cypU4/QWNzyDwkDuXxqWkf+2ImKi+ VWYQSprnO3Fa35G6xBN8iAglqJ5zk7Brpx8aJq4pE4Bqu9rhNeZ6RXisMjfrltbyEp5T uDP9Jq1lERhgkUzM7LjNYXFo66SEJcvoqtiYYlV6/EJgURcwoX8Sc9aO6eXZ0VKneVXh ffTAqRkEPcSVBtEqRlRksJinQYfL1SEe2qVAzIcP/oqe+srkXkZ/yo3M3yY63hZnxMz9 MdiHqjpGmbLXWhZQOwnDv9/8p2Qko61M1oUe54a6qbWu0LesV+6F8ikrQCzgdH6fn7eJ GtLA== 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=OPdO+HF3gYJ2Vh5uncvVEdA2V3NZAAmqP3LCM88ZvSc=; b=CGbBxUFNkaxlgGBR376iObwfggGoXQ0tpdHPNDPE7fCY7wn3UjDPrbjDvCUIU6kpMn VsyEwei0fgMAOpZrRYIz0mchAUkcrp+foGzfHT/zmCThA1X+OSkyo3kN/5g0k6WkUJW+ nnHSSvch5qiLrKqyArTIWc4f45nODwggiNUp4WoaA47kTErLcM8GCkyghtWLoHPdh+1a iKtrpQp6GwBNxHPyaryD0Y6DPEX6vnBVq+3y/2/BoURkd1ZHcP/3dCblsFOJ8MkJa27h JbSRiXLAxOU7MkxrzmhtYmaJ3lHrpVk4r/ka4KeUY+HhsT9IzN5OJwnKH6a09pOhxFBy PO5Q== X-Gm-Message-State: AIkVDXI52xm7n4VnFK4Immb+iNeoqAVSOiNAQk3aAhAuefDhz58WKKRJAMRQJ2waK+nr74sE X-Received: by 10.194.87.103 with SMTP id w7mr56203480wjz.164.1483521397925; Wed, 04 Jan 2017 01:16:37 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 138sm93695352wms.20.2017.01.04.01.16.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jan 2017 01:16:37 -0800 (PST) From: Thomas Monjalon To: Chae-yong Chong Cc: users@dpdk.org Date: Wed, 04 Jan 2017 10:16:35 +0100 Message-ID: <19027441.xbSc0py2AV@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-users] Too much time in mmap() X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 09:16:38 -0000 2017-01-04 08:08, Chae-yong Chong: > Hi, > > Too much time is spent on mmap() in rte_eal_init(). > When running DPDK application with 35 1G huge pages, it takes about 12sec > in mapping(). > Is there any way to reduce this time? I guess you are using an old DPDK. You just need to upgrade :)