DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Getting started with dpdk
@ 2017-06-05  9:27 Rahul Kishen
  2017-06-05 10:04 ` Shreyansh Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Rahul Kishen @ 2017-06-05  9:27 UTC (permalink / raw)
  To: users

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-users] Getting started with dpdk
  2017-06-05  9:27 [dpdk-users] Getting started with dpdk Rahul Kishen
@ 2017-06-05 10:04 ` Shreyansh Jain
  2017-06-05 10:57 ` Rosen, Rami
  2017-06-05 17:42 ` Mohanraj Venkat
  2 siblings, 0 replies; 5+ messages in thread
From: Shreyansh Jain @ 2017-06-05 10:04 UTC (permalink / raw)
  To: Rahul Kishen; +Cc: users

> -----Original Message-----
> From: users [mailto:users-bounces@dpdk.org] On Behalf Of Rahul Kishen
> Sent: Monday, June 05, 2017 2:57 PM
> To: users@dpdk.org
> Subject: [dpdk-users] Getting started with dpdk
> 
> 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.

Have you gone through: http://dpdk.org/doc/guides/linux_gsg/index.html ?
Or http://dpdk.org/doc as a start point.
This is elaborate enough to get you started with examples.

If you are facing issue, I suggest putting complete output/error log in mail.
And, for "The number of ports are not even.", first place to check would be your port mask.

> 
> Regards,
> Rahul Kishen D

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-users] Getting started with dpdk
  2017-06-05  9:27 [dpdk-users] Getting started with dpdk Rahul Kishen
  2017-06-05 10:04 ` Shreyansh Jain
@ 2017-06-05 10:57 ` Rosen, Rami
  2017-06-05 17:42 ` Mohanraj Venkat
  2 siblings, 0 replies; 5+ messages in thread
From: Rosen, Rami @ 2017-06-05 10:57 UTC (permalink / raw)
  To: Rahul Kishen, users

Hi, Rahul,

What does "devbind.py -s" show ? and what is the command line you are using for running the forwarding app? 

Regards,
Rami Rosen


-----Original Message-----
From: users [mailto:users-bounces@dpdk.org] On Behalf Of Rahul Kishen
Sent: Monday, June 05, 2017 12:27
To: users@dpdk.org
Subject: [dpdk-users] Getting started with dpdk

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-users] Getting started with dpdk
  2017-06-05  9:27 [dpdk-users] Getting started with dpdk Rahul Kishen
  2017-06-05 10:04 ` Shreyansh Jain
  2017-06-05 10:57 ` Rosen, Rami
@ 2017-06-05 17:42 ` Mohanraj Venkat
  2017-06-05 17:55   ` Rahul Kishen
  2 siblings, 1 reply; 5+ messages in thread
From: Mohanraj Venkat @ 2017-06-05 17:42 UTC (permalink / raw)
  To: Rahul Kishen; +Cc: users

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 <rahulkishen18@gmail.com>
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
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-users] Getting started with dpdk
  2017-06-05 17:42 ` Mohanraj Venkat
@ 2017-06-05 17:55   ` Rahul Kishen
  0 siblings, 0 replies; 5+ messages in thread
From: Rahul Kishen @ 2017-06-05 17:55 UTC (permalink / raw)
  To: Mohanraj Venkat; +Cc: users

Thank you, I will check it out.

On Jun 5, 2017 11:12 PM, "Mohanraj Venkat" <msvmohanraj@gmail.com> wrote:

> 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 <rahulkishen18@gmail.com>
> 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
>>
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-05 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-05  9:27 [dpdk-users] Getting started with dpdk Rahul Kishen
2017-06-05 10:04 ` Shreyansh Jain
2017-06-05 10:57 ` Rosen, Rami
2017-06-05 17:42 ` Mohanraj Venkat
2017-06-05 17:55   ` Rahul Kishen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).