From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6908EA0A02; Tue, 18 May 2021 12:54:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED1C54068E; Tue, 18 May 2021 12:54:37 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 606A040041 for ; Tue, 18 May 2021 12:54:37 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 34015A0A0A; Tue, 18 May 2021 12:54:37 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Tue, 18 May 2021 10:54:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: 20.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kaprakashr@gmail.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WORKSFORME X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: 20.11 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: 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 713] Cannot init ENA port in skeleton example X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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=3D713 kalyan (kaprakashr@gmail.com) changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|UNCONFIRMED |RESOLVED --- Comment #2 from kalyan (kaprakashr@gmail.com) --- Hi David, Thanks much! After I masked that check it works(snapshot below), Besides, could you throw some light on the future implications of masking t= his check in AWS ENA? (And also the reason behind introducing this check)=20 __Snap shot__ oot@ip-172-31-23-251:/home/ubuntu/dpdk-stable-20.11.1/build/examples# ./dpdk-skeleton -l 1 -n 2 EAL: Detected 4 lcore(s) EAL: Detected 1 NUMA nodes EAL: Detected static linkage of DPDK EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Selected IOVA mode 'PA' EAL: No available hugepages reported in hugepages-1048576kB EAL: Probing VFIO support... EAL: Invalid NUMA socket, default to 0 EAL: Invalid NUMA socket, default to 0 EAL: Probe PCI driver: net_ena (1d0f:ec20) device: 0000:00:06.0 (socket 0) EAL: Invalid NUMA socket, default to 0 EAL: Probe PCI driver: net_ena (1d0f:ec20) device: 0000:00:07.0 (socket 0) EAL: No legacy callbacks, legacy socket not created Port 0 MAC: 06 66 dc 11 e8 30 Port 1 MAC: 06 b7 8f e2 7e 6e Core 1 forwarding packets. Thanks, Kalyan --=20 You are receiving this mail because: You are the assignee for the bug.=