dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* igb_uio fails on VirtualBox virtio
@ 2014-02-08  0:14 Reda Haddad
       [not found] ` <CF1AB6F4.3BC91%reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Reda Haddad @ 2014-02-08  0:14 UTC (permalink / raw)
  To: dev-VfR2kkLFssw@public.gmane.org

Hi,

I am getting a "write error: No such device" when:
echo  0000:00:08.0 > /sys/bus/pci/drivers/igb_uio/bind

This is on Virtualbox with a virtio based adapter.

This also fails when using the dpdk pci_unbind:
./tools/pci_unbind.py —bind=igb_uio 00:08.0
Cannot bind to driver igb_uio

I have read (http://dpdk.org/doc) that the dpdk (I am using version 1.6) supports virtio on virtual box. Is it truly supported?
If yes, any clue on what is the problem?

Thanks,

Reda

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

* Re: igb_uio fails on VirtualBox virtio
       [not found] ` <CF1AB6F4.3BC91%reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
@ 2014-02-08 12:39   ` Vincent JARDIN
       [not found]     ` <CAG8AbRXtxt2Q7rErTUo-5XDq6Y5LN-1D97Lft9seXKjsjOiAhA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent JARDIN @ 2014-02-08 12:39 UTC (permalink / raw)
  To: Reda Haddad; +Cc: dev-VfR2kkLFssw

You should use another virtio because it avoids uio constraints.

I have been using it to run testpmd on Virtualbox longtime ago.

See http://dpdk.org/browse/virtio-net-pmd/

Best regards,
   Vincent
Le 8 févr. 2014 01:35, "Reda Haddad" <reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org> a écrit :

> Hi,
>
> I am getting a "write error: No such device" when:
> echo  0000:00:08.0 > /sys/bus/pci/drivers/igb_uio/bind
>
> This is on Virtualbox with a virtio based adapter.
>
> This also fails when using the dpdk pci_unbind:
> ./tools/pci_unbind.py --bind=igb_uio 00:08.0
> Cannot bind to driver igb_uio
>
> I have read (http://dpdk.org/doc) that the dpdk (I am using version 1.6)
> supports virtio on virtual box. Is it truly supported?
> If yes, any clue on what is the problem?
>
> Thanks,
>
> Reda
>

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

* Re: igb_uio fails on VirtualBox virtio
       [not found]     ` <CAG8AbRXtxt2Q7rErTUo-5XDq6Y5LN-1D97Lft9seXKjsjOiAhA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-02-10 19:18       ` Reda Haddad
       [not found]         ` <CF1E652D.3BDD7%reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Reda Haddad @ 2014-02-10 19:18 UTC (permalink / raw)
  To: Vincent JARDIN; +Cc: dev-VfR2kkLFssw@public.gmane.org

Thanks for the info.

I guess the referenced virtio-net-PMD below is dpdk1.3 compatible but not necessarily a newer version. So I assume will need to update it for 1.6, etc.

So, can anyone confirm that the intel-provided virtio pmd with dpdk 1.6 does NOT work with virtual box?



From: Vincent JARDIN <vincent.jardin-pdR9zngts4EAvxtiuMwx3w@public.gmane.org<mailto:vincent.jardin@6wind.com>>
Date: Saturday, February 8, 2014 4:39 AM
To: Ericsson <reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org<mailto:reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>>
Cc: "dev-VfR2kkLFssw@public.gmane.org<mailto:dev-VfR2kkLFssw@public.gmane.org>" <dev-VfR2kkLFssw@public.gmane.org<mailto:dev-VfR2kkLFssw@public.gmane.org>>
Subject: Re: [dpdk-dev] igb_uio fails on VirtualBox virtio


You should use another virtio because it avoids uio constraints.

I have been using it to run testpmd on Virtualbox longtime ago.

See http://dpdk.org/browse/virtio-net-pmd/

Best regards,
   Vincent

Le 8 févr. 2014 01:35, "Reda Haddad" <reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org<mailto:reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>> a écrit :
Hi,

I am getting a "write error: No such device" when:
echo  0000:00:08.0 > /sys/bus/pci/drivers/igb_uio/bind

This is on Virtualbox with a virtio based adapter.

This also fails when using the dpdk pci_unbind:
./tools/pci_unbind.py —bind=igb_uio 00:08.0
Cannot bind to driver igb_uio

I have read (http://dpdk.org/doc) that the dpdk (I am using version 1.6) supports virtio on virtual box. Is it truly supported?
If yes, any clue on what is the problem?

Thanks,

Reda

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

* Re: igb_uio fails on VirtualBox virtio
       [not found]         ` <CF1E652D.3BDD7%reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
@ 2014-02-10 22:32           ` Vincent JARDIN
       [not found]             ` <52F9536C.7060805-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent JARDIN @ 2014-02-10 22:32 UTC (permalink / raw)
  To: Reda Haddad; +Cc: dev-VfR2kkLFssw@public.gmane.org

> I guess the referenced virtio-net-PMD below is dpdk1.3 compatible but
> not necessarily a newer version. So I assume will need to update it for
> 1.6, etc.

Where do you see that it does not support the latest on dpdk.org?
   http://dpdk.org/browse/virtio-net-pmd/log/virtio_user.c

About 1.6, stay tuned.

> So, can anyone confirm that the intel-provided virtio pmd with dpdk 1.6
> does NOT work with virtual box?

you have the source code...

Best regards,
   Vincent

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

* Re: igb_uio fails on VirtualBox virtio
       [not found]             ` <52F9536C.7060805-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
@ 2014-02-11  0:35               ` Reda Haddad
  0 siblings, 0 replies; 5+ messages in thread
From: Reda Haddad @ 2014-02-11  0:35 UTC (permalink / raw)
  To: Vincent JARDIN; +Cc: dev-VfR2kkLFssw@public.gmane.org



On 2/10/14 2:32 PM, "Vincent JARDIN" <vincent.jardin-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> wrote:

>> I guess the referenced virtio-net-PMD below is dpdk1.3 compatible but
>> not necessarily a newer version. So I assume will need to update it for
>> 1.6, etc.
>
>Where do you see that it does not support the latest on dpdk.org?

I tried to compile it on 1.6 and it failed.


>   http://dpdk.org/browse/virtio-net-pmd/log/virtio_user.c
>
>About 1.6, stay tuned.
>
>> So, can anyone confirm that the intel-provided virtio pmd with dpdk 1.6
>> does NOT work with virtual box?
>
>you have the source code...

It failed for me. So I wanted to check if someone managed to compile it.

>
>Best regards,
>   Vincent

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

end of thread, other threads:[~2014-02-11  0:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08  0:14 igb_uio fails on VirtualBox virtio Reda Haddad
     [not found] ` <CF1AB6F4.3BC91%reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
2014-02-08 12:39   ` Vincent JARDIN
     [not found]     ` <CAG8AbRXtxt2Q7rErTUo-5XDq6Y5LN-1D97Lft9seXKjsjOiAhA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-10 19:18       ` Reda Haddad
     [not found]         ` <CF1E652D.3BDD7%reda.haddad-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
2014-02-10 22:32           ` Vincent JARDIN
     [not found]             ` <52F9536C.7060805-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-02-11  0:35               ` Reda Haddad

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