From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f169.google.com (mail-qt0-f169.google.com [209.85.216.169]) by dpdk.org (Postfix) with ESMTP id 05984695C for ; Thu, 6 Apr 2017 07:15:35 +0200 (CEST) Received: by mail-qt0-f169.google.com with SMTP id n21so27816586qta.1 for ; Wed, 05 Apr 2017 22:15:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=husky-neu-edu.20150623.gappssmtp.com; s=20150623; h=from:content-transfer-encoding:subject:message-id:date:to :mime-version; bh=v4df+okCcT1oujNEQXTc3QZeN1UL4VW7f1wXxDQnR7k=; b=XT4XsPPLM5kO4fkV6yF+EgMi8+66pMuX/SK3QC0aqurOugJ3WFmAziZ1+BDyYdVjR5 O7LQvjr9PPPnM4Utsa1iK82lClqlq5Y96jDaXU+NJ7/cL6U6Dra3luS2hcmPVNS/XYDz QMjFnyFdrP7syo81NijcMko7FIUWHXjblyxFHz/hCHTCOBYPVztr6DP1dHgXbqIRnjAo m+L16oyPn1K+9vfbItQcTboNu1J39Uezeb/GvuzX/HpSpP67EIwGJ9A+5IvnKMFpkcpI ngX4IfcDrvadSC1bkBxXU8he9/rVriAz8N/lvbHKB8XYCg7hQwBxPa2JoKdmpW7JlY1Z GvMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=v4df+okCcT1oujNEQXTc3QZeN1UL4VW7f1wXxDQnR7k=; b=a2lyyVFLtlmFeUtOy+y6HFZmSYizUVh4xVpsMgjTa3861oTtEqFW/Kw41hrgDqH0CX x73jpSDxSnnJ6ekl2H06Qauu+D2DGXUmmTX0aZuiOgevE9u7ejtbTGuL1O75i8hTw9MQ 9avF/OEqNeCb1tWwrc8jjJmIzckHhkAys+t6qxx08L6MX8K3AZH27jKdz08o6dwQHDDa 2h/ec3GQP/wtaPITbw3oYIKarWOYpYfn0IEqyylIcZZfHfek+f3dm/AxG621G9n9HtGl nSA5f0xIKcewH8XjN65r0Xxm+DYmaEuyWOuf8e2YVU3/WG2JkggPli+CQtkgMVE9wOdM bwFQ== X-Gm-Message-State: AFeK/H3+PyTIds2tkLysBBu5qAvTHvB20KgCQRFMI9g1QFNOOGpHb1IJMQXtystcObxa2A== X-Received: by 10.200.48.59 with SMTP id f56mr35469783qte.7.1491455734934; Wed, 05 Apr 2017 22:15:34 -0700 (PDT) Received: from [10.0.0.50] (c-76-119-182-177.hsd1.ma.comcast.net. [76.119.182.177]) by smtp.gmail.com with ESMTPSA id f126sm310210qkc.47.2017.04.05.22.15.33 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 05 Apr 2017 22:15:33 -0700 (PDT) From: Ashwini Thaokar Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <59E989B8-03F7-4C12-8850-5AD1C7E899EE@husky.neu.edu> Date: Thu, 6 Apr 2017 01:15:31 -0400 To: users@dpdk.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) Subject: [dpdk-users] DPDK Hello World application 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: Thu, 06 Apr 2017 05:15:36 -0000 I am trying to run the hello world application on my VMware Fusion with = Ubuntu OS. I am getting the following error: = ashwinithaokar@ubuntu:~/Desktop/dpdk-17.02/examples/helloworld/build/app$ = ./helloworld -l 0-3 -n 4 EAL: Detected 1 lcore(s) EAL: Probing VFIO support... EAL: WARNING: Master core has no memory on local socket! EAL: pthread_setaffinity_np failed PANIC in eal_thread_loop(): cannot set affinity EAL: pthread_setaffinity_np failed PANIC in eal_thread_loop(): cannot set affinity EAL: pthread_setaffinity_np failed PANIC in eal_thread_loop(): cannot set affinity 5: [/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7fd1ecb4782d]] 4: [/lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7fd1ece116ba]] 3: [./helloworld(eal_thread_loop+0x240) [0x4720f0]] 2: [./helloworld(__rte_panic+0xc9) [0x430211]] 1: [./helloworld(rte_dump_stack+0x2b) [0x47636b]] Aborted (core dumped) Please explain me what steps to take to avoid this.=