[dpdk-users] How to replace rte_eth_dev_attach with rte_eal_hotplug_add

2018-09-12 Thread Hideyuki Yamashita
Hello, From dpdk 18.08 release rte_eth_dev_attach and rte_eth_dev_detach becom deprecated API and it is recommended to replace with rte_eal_hotplug_add and rte_eal_hotplug_remove. My program uses above mentioned deprecated APIs and have to replace those. Note that my program uses attach to

Re: [dpdk-users] How to use software prefetching for custom structures to increase throughput on the fast path

2018-09-12 Thread Van Haaren, Harry
> -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Arvind Narayanan > Sent: Tuesday, September 11, 2018 7:39 PM > To: step...@networkplumber.org > Cc: Wiles, Keith ; users@dpdk.org > Subject: Re: [dpdk-users] How to use software prefetching for custom >

[dpdk-users] DPDK Virtual Test location

2018-09-12 Thread Mathieu Devos
Hello, After attempting several approaching, I'm starting to run out of ideas to approach this issue. My goal is to create a straightforward testing platform for our DKDP-enabled application. We can run the test in Vagrant manually on our own computers, as Vagrant has the option (with libvirt at