From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) by dpdk.org (Postfix) with ESMTP id 6347E58F4 for ; Mon, 9 Feb 2015 18:10:03 +0100 (CET) Received: by mail-lb0-f180.google.com with SMTP id z12so9959761lbi.11 for ; Mon, 09 Feb 2015 09:10:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QgCG4miWYRD0moxi7XUfnzLnz+v0iy5Zm7vOJCaw/NQ=; b=lV7uU7jD23P2aIJnmuhLzh8rCQiB+k9549EdIUE9yjQU64fG+dYWXWaoMW4msQYIzH fSSoo0r9smfavFRFp69uZ1vprVgQZOZwzq3ZR7Oawy83AxcWuzf9wWY7tNjPGSqRPfmo yC/Y7rYRnBNMIAfRrKtvEN/eKWBkN2ZFAl0Y4XCnU/eFFnvJca7pmqbMFUBQiKlKQuqZ ipjoZwBhmeYdPrAJ5D53JcXo1KhXxJRAol8knfstdT7Msplg10Mj+D+J/Xmjnjc7OvWq 7IYbssZw0txfCKEYaqTFAFCFkxoaotyu9Fe4QR99YFJ52+XbFEG1WYWkfe6fRBHETqVg IETQ== MIME-Version: 1.0 X-Received: by 10.152.37.138 with SMTP id y10mr18709421laj.88.1423501802883; Mon, 09 Feb 2015 09:10:02 -0800 (PST) Received: by 10.25.214.92 with HTTP; Mon, 9 Feb 2015 09:10:02 -0800 (PST) Date: Mon, 9 Feb 2015 22:40:02 +0530 Message-ID: From: Shankari Vaidyalingam To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Error seen while running testpmd sample application 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: Mon, 09 Feb 2015 17:10:03 -0000 Hi, I'm trying to execute the testpmd sample appplication. I'm getting the below error and not able to execute the sample application. controller@controller-VirtualBox:~/software/dpdk-1.7.1$ sudo ./build/app/testpmd -c7 -n3 -- -i --nb-cores=2 --nb-ports=2 ./build/app/testpmd: error while loading shared libraries: librte_distributor.so: cannot open shared object file: No such file or directory controller@controller-VirtualBox:~/software/dpdk-1.7.1$ find . -name librte_distributor.so -print ./build/build/lib/librte_distributor/librte_distributor.so ./build/lib/librte_distributor.so ./x86_64-native-linuxapp-gcc/build/lib/librte_distributor/librte_distributor.so ./x86_64-native-linuxapp-gcc/lib/librte_distributor.so controller@controller-VirtualBox:~/software/dpdk-1.7.1$ I'm using Ubuntu 12.04 LTS version and DPDK 1.7.1 version. I already went through the mailing list to see whether anyone is facing similar issues. I was able to find 3 discussions but not able to find the solution in them. I used the below step to compile and execute the application: sudo ./tools/dpdk_nic_bind.py --status mkdir -p /mnt/huge sudo mount -t hugetlbfs nodev /mnt/huge sudo echo 64 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages ls sudo ./build/app/testpmd -c7 -n3 -- -i --nb-cores=2 --nb-ports=2 Please let me know how to solve this issue. Regards Shankari.V