From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 8CE9EFFA for ; Wed, 6 May 2015 09:02:42 +0200 (CEST) Received: by wiun10 with SMTP id n10so10786529wiu.1 for ; Wed, 06 May 2015 00:02:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=1Pep3Kds8oi1iCZsuajhN3LV7ySuVXM88nfGrJ/Uyhk=; b=sWIaLjPuFKhflP/KDoj6hCkfcc7mRjQHkic43HX9Bokc8A/i+aQAYeE1vIxdMfaj2U cH6ahzseaMRE2yVxm7ZsPyV8Txo9+mNhqMpjrfbggW1OMuJrPwbcI8a3TbgmNq7b35Fs wMHT6iAbrkWquhx0LFWxJjzyJFoBVdfJ+DJoZMNoeJkBVCHSHvsgnxTm9Ye9uBfEHk4/ +6wTesHhqadRkkcsHQuSSqYbnzuAbw4V6+Kz+Ba6ic8eOYliNg+XrWhfhW/esgA/G7+q q6JN8zS8ZJU0qSWm1i0xLxg/sgBOKf+1SrNlFoCSvMW+gV7XBps0cJxTOrBNjbDQ8F8V 1Z4A== X-Received: by 10.180.95.10 with SMTP id dg10mr2184223wib.41.1430895762465; Wed, 06 May 2015 00:02:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.27.151.204 with HTTP; Wed, 6 May 2015 00:02:22 -0700 (PDT) From: Rajesh R Date: Wed, 6 May 2015 12:32:22 +0530 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] DPDK v2.0.0 -example program not receiving packets 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: Wed, 06 May 2015 07:02:42 -0000 HI, I have compiled DPDK v2.0.0 and tried to run example skeleton program on RHEL 6.4(2.6.32 kernel) with 4 NUMA nodes. I could make the program run but it was not receiving any packets. The kernel was started without any hugepages parameter. The option '23' in 'setup' script in DPDK was showing hugepage=2MB, but number of hugepages=0 What could be the problem? Could you please suggest what I should try? And then I started the kernel with parameter hugepages=256. But then the program is crashing with an error EAL: rte_eal_common_log_init(): cannot create history mempool PANIC in rte_eal_init(): Cannot init logs What could be the problem? Also when I am using option '16' in the setup script in DPDK to setup the hugepages it prints an error "/sys/devices/system/node/node0/hugepages/hugepages-2048KB/nr_hugepages : No such file or directory" I verified that though mine is NUMA machine , this apath is not existing. but "/sys/kernel/mm/hugepages" path is there. -- Regards Rajesh R