[dpdk-dev] Run 2 different testpmd from the same machine

2016-09-28 Thread Keren Hochman
Is there any way to connect to the same pci from 2 different applications? Both applications do not transmit any data, and one application only uses rte_eal_init and rte_eth_link? Thank you, Keren On Mon, Sep 12, 2016 at 4:29 PM, Wiles, Keith wrote: > > Regards, > Keith > > > On Sep 12, 2016, at

[dpdk-dev] Run 2 different testpmd from the same machine

2016-09-12 Thread Keren Hochman
Hi, I tried to run 2 instances of testpmd from the same machine but received a message: Cannot get hugepage information when I tried to run the second instance. Is there a way to disable hugepages or allow to instances to access it ? Thanks. keren

[dpdk-dev] Run 2 different testpmd from the same machine

2016-09-12 Thread Wiles, Keith
Regards, Keith > On Sep 12, 2016, at 6:18 AM, Keren Hochman > wrote: > > Hi, > I tried to run 2 instances of testpmd from the same machine but received a > message: Cannot get hugepage information when I tried to run the second > instance. Is there a way to disable hugepages or allow to insta