DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Port binding issues : NIC intel 82599ES
@ 2017-02-07 16:54 Shyam Shrivastav
  0 siblings, 0 replies; 3+ messages in thread
From: Shyam Shrivastav @ 2017-02-07 16:54 UTC (permalink / raw)
  To: users

Hi
I just started on dpdk, was trying to run l2fw. I bind two 82599 ports
using dpdk-devbind to igb_uio (first tried uio_pci_generic with same
result), then run l2fw but EAL is unable to probe these drivers still
getting ixgbe. Here is the console output

[root@unassigned build]# dpdk-devbind --status

Network devices using DPDK-compatible driver
============================================
0000:01:00.0 '82599ES 10-Gigabit SFI/SFP+ Network Connection' drv=igb_uio
unused=ixgbe,uio_pci_generic
0000:01:00.1 '82599ES 10-Gigabit SFI/SFP+ Network Connection' drv=igb_uio
unused=ixgbe,uio_pci_generic

Network devices using kernel driver
===================================
0000:02:00.0 'I210 Gigabit Network Connection' if=eno1 drv=igb
unused=igb_uio,uio_pci_generic
0000:03:00.0 'I210 Gigabit Network Connection' if=eno2 drv=igb
unused=igb_uio,uio_pci_generic

Other network devices
=====================
<none>

Crypto devices using DPDK-compatible driver
===========================================
<none>

Crypto devices using kernel driver
==================================
<none>

Other crypto devices
====================
<none>
[root@unassigned build]# ./l2fwd -c f -n 2 p ffff
EAL: Detected 8 lcore(s)
EAL: No free hugepages reported in hugepages-1048576kB
EAL: Probing VFIO support...
EAL: PCI device 0000:01:00.0 on NUMA socket -1
EAL:   probe driver: 8086:10fb net_ixgbe
EAL: PCI device 0000:01:00.1 on NUMA socket -1
EAL:   probe driver: 8086:10fb net_ixgbe
EAL: PCI device 0000:02:00.0 on NUMA socket -1
EAL:   probe driver: 8086:1533 net_e1000_igb
EAL: PCI device 0000:03:00.0 on NUMA socket -1
EAL:   probe driver: 8086:1533 net_e1000_igb
MAC updating enabled
Skipping disabled port 0
Skipping disabled port 1
EAL: Error - exiting with code: 1
  Cause: All available ports are disabled. Please set portmask.
[root@unassigned build]#

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

* Re: [dpdk-users] Port binding issues : NIC intel 82599ES
  2017-02-23 11:37 Hristo.Trifonov
@ 2017-02-23 12:14 ` Shyam Shrivastav
  0 siblings, 0 replies; 3+ messages in thread
From: Shyam Shrivastav @ 2017-02-23 12:14 UTC (permalink / raw)
  To: Hristo.Trifonov; +Cc: users

Thanks, Yes indeed we need to go through documentation, my case I was in
hurry passing through commands to get into real action so missed the dpdk
specific "--" separating EAL and app specific options. I realized my
mistake soon afterwards while looking at app code, updated the thread on
web list archive, probably another mistake !
I am moving well with my project using dpdk  for now ...
Regards

On Thu, Feb 23, 2017 at 5:07 PM, Hristo.Trifonov <Hristo.Trifonov@ul.ie>
wrote:

> Hi Shyam,
>
> In your case try the following:
> ./l2fwd -c f -n 2 -- -p 0x3 where -p 0x3  indicates that you want to use
> port 0  and  port 1 with the l2fwd app.
>
> For future experiments you'll need read through the dpdk documentation so
> you can gain better understanding.
>
> Regards,
>
> Hristo
>

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

* Re: [dpdk-users] Port binding issues : NIC intel 82599ES
@ 2017-02-23 11:37 Hristo.Trifonov
  2017-02-23 12:14 ` Shyam Shrivastav
  0 siblings, 1 reply; 3+ messages in thread
From: Hristo.Trifonov @ 2017-02-23 11:37 UTC (permalink / raw)
  To: users

Hi Shyam,

In your case try the following:
./l2fwd -c f -n 2 -- -p 0x3 where -p 0x3  indicates that you want to use port 0  and  port 1 with the l2fwd app.

For future experiments you'll need read through the dpdk documentation so you can gain better understanding.

Regards,

Hristo

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

end of thread, other threads:[~2017-02-23 12:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07 16:54 [dpdk-users] Port binding issues : NIC intel 82599ES Shyam Shrivastav
2017-02-23 11:37 Hristo.Trifonov
2017-02-23 12:14 ` Shyam Shrivastav

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).