[dpdk-dev] Where can you get cheap hardware to run dpdk ?

2014-04-11 Thread Ymo Lists
1) anywhere on amazon or elsewhere on the cloud. 2) If you have a specific hw configuration that you can buy off the shelf i would appreciate

[dpdk-dev] Is it possible to have dpdk running with no dependency on a nic ?

2014-02-14 Thread Ymo Lists
rte_ethdevs can be used > as below" > As Vivek indicated, the ring based PMD (libte_pmd_ring) allows a set of > s/w FIFOs (that is rte_ring) to be accessed using the PMD APIs, as though > they were physical NICs" > > -Original Message- > From: dev [mailto:dev-bou

[dpdk-dev] Is it possible to have dpdk running with no dependency on a nic ?

2014-02-14 Thread Ymo Lists
unsupported NIC using > standard kernel drivers. > > Hope it helps. > > Regards, > Vivek > > > On Fri, Feb 14, 2014 at 1:49 AM, Ymo Lists wrote: > > > Is this a faq ??? > > > > > > On Wed, Feb 12, 2014 at 1:21 PM, Ymo Lists wrote: > > &g

[dpdk-dev] Is it possible to have dpdk running with no dependency on a nic ?

2014-02-13 Thread Ymo Lists
Is this a faq ??? On Wed, Feb 12, 2014 at 1:21 PM, Ymo Lists wrote: > 1) I have two apps that need to communicate on the same machine . Is it > possible to have these two apps communicating via dpdk without referencing > a nic ? > > 2) The apps need to run on an amazon vm. How c

[dpdk-dev] Is it possible to have dpdk running with no dependency on a nic ?

2014-02-12 Thread Ymo Lists
1) I have two apps that need to communicate on the same machine . Is it possible to have these two apps communicating via dpdk without referencing a nic ? 2) The apps need to run on an amazon vm. How can you run dpdk on an amazon vm with only one nic if the above is not possible ?