From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) by dpdk.org (Postfix) with ESMTP id 55ADE7E62 for ; Fri, 24 Oct 2014 13:12:40 +0200 (CEST) Received: from [93.146.250.201] by 3capp-mailcom-lxa08.server.lan (via HTTP); Fri, 24 Oct 2014 13:21:08 +0200 MIME-Version: 1.0 Message-ID: From: "Mario Gianni" To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Date: Fri, 24 Oct 2014 13:21:08 +0200 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K0:WvSl2mT0JxAs5BIN45s8k428rN4CZKIBxBSj3JrbeUb TrlYe6Iz8zv+nEE5V+hxKuF/EKhgorwLQDW+32RQFpxc+OOCTM 5TwNAiKQLkxSWiqLP5U0Va86ufVNXDq1UOlEJW/9eOuiwq+pPb mcLr/MzzDV+x/hIcuJauXkoMC6WG/iOCoBk7mtVzZ6q2qrdTJA Q4o6Iuc4QCH6UDRJCOBLRJEtl6LaY4PM7RUKSuUd17eorr2ZWO VgPdlj94LDUhMXIO2oeIV3BrLHiOf6A0kGPAdFi1NmRmBrTWJ3 jbms8Ub5/0N1PAb8MvH1R29I8Mx X-UI-Out-Filterresults: notjunk:1; Subject: [dpdk-dev] Cannot mmap device resource in DPDK 1.7.0 multi-process/multi-thread 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, 24 Oct 2014 11:12:40 -0000 Hi all, I have a problem since I updated to 1.7.0 version, I got a multi-process, multi-threaded application, In my application first I launch a master process, then I launch a secondary process with multiple threads in it Well, when the number of lcores reserved for the secondary process exceeds a certain number (eg. 4) i got an error in rte_eal_init() on the secondary process when it tries to map PCI memory: EAL: pci_map_resource(): cannot mmap(12, 0x7ffff2e96000, 0x800000, 0x1000): Success (0x7ffff559b000) EAL: Cannot mmap device resource EAL: Error - exiting with code: 1 Cause: Requested device 0000:01:00.0 cannot be used Can you help me?