From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from MARSHAL4.ul.ie (marshal4.ul.ie [193.1.100.137]) by dpdk.org (Postfix) with ESMTP id 0358A200 for ; Tue, 12 Dec 2017 13:47:31 +0100 (CET) Received: from exCAS1.ul.campus (Not Verified[193.1.97.101]) by MARSHAL4.ul.ie with Trustwave SEG (v7, 5, 8, 10121) id ; Tue, 12 Dec 2017 12:47:31 +0000 Received: from EXMBX1.ul.campus ([fe80::a4c7:3a87:d355:1b0d]) by exCAS1.ul.campus ([2002:c101:6165::c101:6165]) with mapi id 14.03.0361.001; Tue, 12 Dec 2017 12:47:31 +0000 From: Hristo.Trifonov To: "users@dpdk.org" Thread-Topic: Re: port 0 not present on board error Thread-Index: AdNzRTrvRoMUqWWNRc2Eddl0KA0K8g== Date: Tue, 12 Dec 2017 12:47:30 +0000 Message-ID: Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.50.18.45] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] port 0 not present on board error 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: Tue, 12 Dec 2017 12:47:32 -0000 Please use only 2 ports with 1RX queue and 1 TX queue each to get l3fwd run= ning. Try with these 2 below. 0000:02:00.0 'Ethernet Controller XL710 for 40GbE QSFP+ 1583' drv=3Digb_uio= unused=3Dvfio-pci 0000:02:00.1 'Ethernet Controller XL710 for 40GbE QSFP+ 1583' drv=3Digb_uio= unused=3Dvfio-pci You can use more ports/queues but then you'll have to change the -config op= tion depending on how many cores do you want to use. The cmd that I've provided in my previous post is specifically for 2 ports = with 1RX and TX queue each and 2 cores. I suggest that you restart your machine, if possible, to unbind all ports f= rom igb_uio and start from scratch. Otherwise use the dpdk-seup.py script to do the clean-up. Hristo T.