From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 9E0337CB1 for ; Mon, 5 Jun 2017 19:42:15 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id n195so81886064wmg.1 for ; Mon, 05 Jun 2017 10:42:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=eeS2hWZ5Di6RonTm+wUuR1zlkTW5aUN8pDx/xQaHMYk=; b=W6OIKX/Zc8ZwfgagEeQJzblA7c6yJUDq95rLuwwvSAaL8Ju56bVTOKxBG9Zo0SuBDI pg988vZeESa8dTSAzXRFS9oFw1WFmx3+LdA1lfz5bBR+cFg9ZGP/lD+zzK2RzEj0KUlg /zBDFAj+qOgS+vE0796VW2xh2+LzXsc+1hPLi+mw6Mn5Ad6apLMPhZeER/yxTElaAcLk fvIs2IqVY86t0xEk98DfL7psEp7wOSYDvmsR6WeZNIrb4aDEXlZ3X5o36F79IUWos4yW cudBTqtqO0H/zeFLtGmiuLEzKO5qpExaHvnuIXkaNvx5c4OmhJOON0zIWlUYK7HUTVCH NLsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=eeS2hWZ5Di6RonTm+wUuR1zlkTW5aUN8pDx/xQaHMYk=; b=W+3d/QBCI+jXG4w2tmOpr1Na5G8XeexBLeaKRiRcAK2WAaLVVtGN2PdJbSRBQbVPbH tibAzSajaW+akROD8F3rALfTdeAFnNPZNMIRJpZB35FyfZV3J90/wLa2WRg43xmPxR6w CRwhpJa1jdI4V0TzEc7JjHju9iTyF2BbyAtLJKLFJy5uUp/qk4WeSq/OaeC1sAxQ4DqI +c4d5d+I6p2jXZAPQ+gWDdy6aIMsGvBPsgSY1LWgD0VsEQ2YZD7SVQaUNfEOphaERbWa Q2Eh6TKkYv3Z/56vVSW9uoPyKk+BMcy0kYq4QRlinEUMVJP/0bq7/pv6qlaJ00TEgaDC c+dA== X-Gm-Message-State: AODbwcDTHs8hzeonV0Uozkglyw1urltI2Szg4fywVs/9+dXrGD54hcTz Sj8gDPC+YgGR8cSw9FMwqQvz1ds1DQ== X-Received: by 10.28.141.136 with SMTP id p130mr8425613wmd.59.1496684535355; Mon, 05 Jun 2017 10:42:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.134.245 with HTTP; Mon, 5 Jun 2017 10:42:14 -0700 (PDT) In-Reply-To: References: From: Mohanraj Venkat Date: Mon, 5 Jun 2017 23:12:14 +0530 Message-ID: To: Rahul Kishen Cc: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] Getting started with dpdk 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: Mon, 05 Jun 2017 17:42:15 -0000 Hi Rahul, Refer this link "http://dpdk.org/doc/guides/sample_app_ug/skeleton.html" for understanding the basic forwarding program. You should also pass the valid command line parameters to make this run successfully. All the info are available in the above link. Thanks, Mohanraj V On Mon, Jun 5, 2017 at 2:57 PM, Rahul Kishen wrote: > Hi Team, > My colleague and I have been assigned a project on dpdk. We have basic > knowledge of linux and networking. We tried to install dpdk on an IBM > server with an Intel x86_64 processor (on Ubuntu 14.04) and the hello world > program ran without any problems. > > The basic forwarding program however, is giving us trouble and it throws an > error saying: > The number of ports are not even. > Both the ethernet ports are bound using devbind.py. > > Also, both of us have just started out with this project and we don't have > a frame of reference as to where to start. It would be of great help to us > if someone could help us in getting started and we are trying to get our > project moving. We would like to know where to read from and the > prerequisites required to deeply understand what happens in dpdk. > Thanking you in advance. > > Regards, > Rahul Kishen D >