Thanks Vladimir !
That seems to be the issue. Better to parse it by hand right now instead of
depending on ol_flags.
Regards
-Prashant
From: Vladimir Medvedkin [mailto:medvedk...@gmail.com]
Sent: Tuesday, November 12, 2013 7:54 PM
To: Prashant Upadhyaya
Cc: dev at dpdk.org
Subject: Re: [dpdk-dev
hi
I got my application running inside a vm (vmplayer) where the VM emulates a
e1000 NIC (82545EM). But rte_eth_dev_count() seems to return 0.. From the
website looks like it's a supported NIC . My lspci and pci_ubind status is
below. Any pointers?
# ./tools/pci_unbind.py --status
Network device
Hi,
How are you using it? I've successfully used it with vbox.
Cheers
On Nov 13, 2013 7:17 PM, "Jyotiswarup Raiturkar"
wrote:
> hi
>
> I got my application running inside a vm (vmplayer) where the VM emulates a
> e1000 NIC (82545EM). But rte_eth_dev_count() seems to return 0.. From the
> websit
Hi Jyotiswarup,
Did you initialized all the relevant parts before
(rte_eal_init(), rte_pmd_init_all() and don't forget rte_eal_pci_probe())?
Regards,
Daniel
On Wed, Nov 13, 2013 at 1:27 PM, Jose Gavine Cueto wrote:
> Hi,
>
> How are you using it? I've successfully used it with vbox.
>
> Cheers
Hi all,
I have faced with similar problem on my real environment with 82599 nic.
Looks like in some cases rte_eth_dev_count() return 0 instead of real
number of igb_uio binded ports. After restarting app several times
rte_eth_dev_count() return real number of ports and continue execute
normaly.
Hi all
Hi
I'm using vmware player , i've using ethernet1.virtualDev = "e1000"
Yes I do rte_eal_init() and then rte_eal_pci_probe(). I'm not using
rte_pmd_init_all() ; not sure what it does.. Also FYI i'm using DPDK 1.4.1r0
I've finally got real hardware too, will try on the same and update the
6 matches
Mail list logo