From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3D486A04DD; Wed, 28 Oct 2020 12:41:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21CF7CADC; Wed, 28 Oct 2020 12:41:37 +0100 (CET) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 20CC1CACE for ; Wed, 28 Oct 2020 12:41:36 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 0DEF9A04DE; Wed, 28 Oct 2020 12:41:35 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 28 Oct 2020 11:41:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: examples X-Bugzilla-Version: 20.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: getelson@nvidia.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 567] l2fwd-static built with Makefile fails to run 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D567 Bug ID: 567 Summary: l2fwd-static built with Makefile fails to run Product: DPDK Version: 20.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: examples Assignee: dev@dpdk.org Reporter: getelson@nvidia.com Target Milestone: --- Created attachment 130 --> https://bugs.dpdk.org/attachment.cgi?id=3D130&action=3Dedit make command log DPDK version: 20.11-rc1 (4669252e04) system: Linux 3.10.0-693.el7.x86_64 Red Hat Enterprise Linux Server release 7.4 (Maipo) command: build/l2fwd-static -w 0000:37:00.0 -- -p 1 EAL: Detected 36 lcore(s) EAL: Detected 2 NUMA nodes EAL: failed to parse device "0000:37:00.0" EAL: Unable to parse device '0000:37:00.0' EAL: Error - exiting with code: 1 Cause: Invalid EAL arguments reproduction: meson --werror --buildtype=3Ddebug --prefix=3D$PWD/dpdk-install build && ni= nja -C build && ninja-build -C build install export PKG_CONFIG_PATH=3D$PWD/dpdk-install/lib64/pkgconfig cd examples/l2fwd make static --=20 You are receiving this mail because: You are the assignee for the bug.=