From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f43.google.com (mail-it0-f43.google.com [209.85.214.43]) by dpdk.org (Postfix) with ESMTP id 433FB7CD9 for ; Mon, 5 Jun 2017 11:27:02 +0200 (CEST) Received: by mail-it0-f43.google.com with SMTP id m47so69129235iti.0 for ; Mon, 05 Jun 2017 02:27:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=pz6C7ARpWrZXWl+dp5wQcZrcKTJwl7M/pcPlBGuSqrs=; b=rELS+AkRCQjsM+z2rPZXWwg9Abm2LARjwFmH7hNI+Cak/txQ2gLjfFgji3zCmR/IoZ ruRw3sZeX2bwxv0lcoppU8hoqaa792L6HCKyJsXOohmP4QzgUS5R8o0YplrTEI4nY36g I+rCQLNOlwWlVak/lQOWvdrvmC5l4xq2qn55qs65pLkQxJMrnCzgSS9OoJPGqERB32Oc 42GfvzmLHp2fIKNT28FBlFavMJNKIAkGM8e/0RHOM1cFww1k3AKUJoKRgc/Yfd2Wvdgp yiqxdjiYSXQPDivjKwP4mCgNKvuUd5YwgMnEJcuYyS4CuaTcJpbB/om07Fp+cAy3mrP0 cR/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=pz6C7ARpWrZXWl+dp5wQcZrcKTJwl7M/pcPlBGuSqrs=; b=byrPccH3tLkZZxDeC2VxBvMux39MsSm+/VXZ2UnWTf2+T60jMPdFfVpLhAGNYTC/oL gtVVm49JKcVFAa7qRLB2u/hOgXjopqLbVVwaQYuTQmVNUAlBBrO+igLPpFd8Xs856TPh 19XnovKhhm2Wxu+pM54xoEZ32chKh+/tAEriz3nUhzuFl5FNxrRW1v+gBVsnkP3TLkXy YXVQG5rjSDLFXJxrwQhNVCD9sc5HZBAanHkf9fmY26LW3SlVQrMzwMILyh0nIIqiPIX8 LUk9RN1JoCo5JGpcWz9qTP6lEvZbxwDKNHHLoKmPv4CXRxfslWDaIoOA4T1RJBlNINKc ltmw== X-Gm-Message-State: AODbwcDFRt4AVE5b2WPBrqYILr3dZYJRO3sf+KknofVLfN0DL157Dadg zOc9ggG5ot/RwwzQ8r5JAus0JZmE0A== X-Received: by 10.36.29.81 with SMTP id 78mr10437120itj.33.1496654821286; Mon, 05 Jun 2017 02:27:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.124.23 with HTTP; Mon, 5 Jun 2017 02:27:00 -0700 (PDT) From: Rahul Kishen Date: Mon, 5 Jun 2017 14:57:00 +0530 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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 09:27:02 -0000 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