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 037D14A65 for ; Thu, 23 Feb 2017 12:37:29 +0100 (CET) Received: from exCas2.ul.campus (Not Verified[193.1.97.102]) by MARSHAL4.ul.ie with Trustwave SEG (v7, 5, 6, 8438) id ; Thu, 23 Feb 2017 11:37:29 +0000 Received: from EXMBX1.ul.campus ([fe80::a4c7:3a87:d355:1b0d]) by exCas2.ul.campus ([2002:c101:6166::c101:6166]) with mapi id 14.03.0301.000; Thu, 23 Feb 2017 11:37:29 +0000 From: Hristo.Trifonov To: "users@dpdk.org" Thread-Topic: Re: [dpdk-users] Port binding issues : NIC intel 82599ES Thread-Index: AdKNyJLqmPPsLjF7TJezRFuHJr0QZA== Date: Thu, 23 Feb 2017 11:37:28 +0000 Message-ID: Accept-Language: en-IE, en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.50.18.62] 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 binding issues : NIC intel 82599ES 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: Thu, 23 Feb 2017 11:37:30 -0000 Hi Shyam, In your case try the following: ./l2fwd -c f -n 2 -- -p 0x3 where -p 0x3 indicates that you want to use po= rt 0 and port 1 with the l2fwd app. For future experiments you'll need read through the dpdk documentation so y= ou can gain better understanding. Regards, Hristo