[dpdk-users] port 0 not present on board error

Hristo.Trifonov Hristo.Trifonov at ul.ie
Fri Dec 8 13:11:14 CET 2017


Hi Pragash,

How many ports are assigned to dpdk?
Why is there only 1 port in the portmask (-p 0x1)?

Dpdk would typically use pair(s) of ports.
First port(0x1) in the portmask(0x3) is usually ingress traffic and the second port(0x2) of the pair is the egress traffic.
Try with -p 0x3 portmask but make sure you have at least 2 ports already assigned for use with a dpdk app.
If you have more than 2 ports adjust the portmask hex number to reflect the situation.

Hristo T.


More information about the users mailing list