From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5]) by dpdk.org (Postfix) with ESMTP id 31B633DC; Mon, 12 Jun 2017 16:15:37 +0200 (CEST) Received: from emea4-mta.ukb.novell.com ([10.120.13.87]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Mon, 12 Jun 2017 16:15:36 +0200 Received: from linux-yk3w.homenet.telecomitalia.it (nwb-a10-snat.microfocus.com [10.120.13.202]) by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted); Mon, 12 Jun 2017 15:15:10 +0100 Message-ID: <1497276908.3084.37.camel@suse.com> From: Marco Varlese To: "users@dpdk.org" , dev@dpdk.org Date: Mon, 12 Jun 2017 16:15:08 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] Problem with MBUF pool allocation 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, 12 Jun 2017 14:15:37 -0000 Hi, I'm seeing an error reported by the DPDK EAL when allocating the MBUF pools. The error is: "MBUF: error setting mempool handler" I have a multi-node NUMA system and I get the exact same error when trying to allocate the memory from the different nodes.  The bootstrap parameters I use to reserve huge-pages are: "default_hugepagesz=1G hugepagesz=1G hugepages=32" If I check the available huge-pages in my systems they look Ok (see below). fromm:~/:[130]# cat /proc/meminfo  MemTotal:       263470432 kB MemFree:        228408660 kB MemAvailable:   227792692 kB Buffers:            2148 kB Cached:           229132 kB SwapCached:            0 kB Active:           113424 kB Inactive:         150148 kB Active(anon):      33508 kB Inactive(anon):     1912 kB Active(file):      79916 kB Inactive(file):   148236 kB Unevictable:          80 kB Mlocked:              80 kB SwapTotal:       2104316 kB SwapFree:        2104316 kB Dirty:               624 kB Writeback:             0 kB AnonPages:         33216 kB Mapped:            60232 kB Shmem:              2388 kB Slab:             185240 kB SReclaimable:      46320 kB SUnreclaim:       138920 kB KernelStack:       22592 kB PageTables:         3000 kB NFS_Unstable:          0 kB Bounce:                0 kB WritebackTmp:          0 kB CommitLimit:    117062316 kB Committed_AS:     241992 kB VmallocTotal:   34359738367 kB VmallocUsed:           0 kB VmallocChunk:          0 kB HardwareCorrupted:     0 kB HugePages_Total:      32 HugePages_Free:       32 HugePages_Rsvd:        0 HugePages_Surp:        0 Hugepagesize:    1048576 kB DirectMap4k:      317756 kB DirectMap2M:    11014144 kB DirectMap1G:    258998272 kB Any idea / help would be much appreciated. Thanks, Marco