From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 73A2BA05FE for ; Mon, 18 Mar 2019 16:31:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 347CF4CA6; Mon, 18 Mar 2019 16:31:03 +0100 (CET) Received: from mail-it1-f179.google.com (mail-it1-f179.google.com [209.85.166.179]) by dpdk.org (Postfix) with ESMTP id 58C062C17 for ; Fri, 15 Mar 2019 10:15:03 +0100 (CET) Received: by mail-it1-f179.google.com with SMTP id z126so6350016itd.5 for ; Fri, 15 Mar 2019 02:15:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iith.ac.in; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=RIyJ2THQzteL/o9F4hTgSj9EXIxZZ9yW76AWy44XDVg=; b=4BCeqgIDSoxQUiAQnciSQMAwcC6AnMcA+sKokdv0zyTcdjBaktmYYfvyu+sSg2CZ70 +kPEajCQkUCh1/O+z10bI55RxqebA8ktIqXdbqkKVDJ/GTn3F+L0H8OKntw48on2pl/b zjy/hpyoGBGhKDP19pCjO0FErglNCAiIMMFGM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=RIyJ2THQzteL/o9F4hTgSj9EXIxZZ9yW76AWy44XDVg=; b=O+3D9lqUNG9usCL3RPulA9Bm0wHFmSMhj9SqnyXr46Aw+eBm7mwug7wvElGGnykubW z6QrjstvQgsMbPVe5DgdewdsmH4GCnHKWNxvK1zktm5dA0D8/6iOpFyFVTHViQHAzHE5 NSmAgoy4tR4g1VSZdn3OR/RecRBj044nc9Hq+Yqz0sSYUIH415jD8YHG4Z9KAhVKbpgU 67RDvzyOvpe9wckORzduK5Lgl/EdrEVYDtNDjRl8bLdKftphRYPqJg+eqMLWp/uo7tCf BFPvsis+znP6lPyORay/2vyIxYh59hTe8vNhyWce56D1ZfJAT1xihkTpygmW4jIYuMt6 OroQ== X-Gm-Message-State: APjAAAXCyYgGLQ078a+Z6hYOkfHCpYgjfrSzjeAiIXVJiItL1vQy9oXP cfzN5ZC1qcVMR68gdSH9dH6GN/QW5ylGStUFudJj+A== X-Google-Smtp-Source: APXvYqz5nCJaDawO9D+9mxy9n6TMgkUyonnxMyvDd+2vZyFpzyhKzls+LghMrnFf6Q+H0GCLuX49LZoMsarO6+W/2SU= X-Received: by 2002:a05:660c:128e:: with SMTP id s14mr1506913ita.158.1552641302737; Fri, 15 Mar 2019 02:15:02 -0700 (PDT) MIME-Version: 1.0 From: Makineedi Durgalakshmana Raja Date: Fri, 15 Mar 2019 14:44:52 +0530 Message-ID: To: dev@dpdk.org Cc: users@dpdk.org X-Mailman-Approved-At: Mon, 18 Mar 2019 16:31:00 +0100 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] problem: port 0 is not present on the board 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: , Errors-To: users-bounces@dpdk.org Sender: "users" Hello DPDK team, I am facing problem while executing performance thread sample Application , port 0 is not present on the board ,I googled it for solution but didn't get any solution, See below reference text. lakshman@lakshman-optiplex-3060:~/Downloads/dpdk-19.02/examples/performance= -thread/l3fwd-thread$ sudo ./build/l3fwd-thread -l 0-7 -n 2 -- -P -p 3 --rx=3D"(0,0,0,0)(1,0,0,1)= " --tx=3D"(1,0)(2,1)"EAL: Detected 12 lcore(s) EAL: Detected 1 NUMA nodes EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Probing VFIO support... EAL: VFIO support initialized Promiscuous mode selected port masked number 3Initializing rx-queues... Initializing tx-threads... Initializing rings... Connecting tx-thread 0 with rx-thread 0 Connecting tx-thread 1 with rx-thread 1 port 0 is not present on the board EAL: Error - exiting with code: 1 Cause: check_port_config failed presently i am using dpdk 19.02 on Ubuntu 16.04.6 LTS with Intel=C2=AE Co= re=E2=84=A2 i7-8700 CPU @ 3.20GHz =C3=97 12 . Any suggestion or idea to fix the issue would be accepted. --=20 Regards, Lakshman Makineedi, IITH.