[dpdk-dev] rte_eth_dev_count() returns 0 in shared library mode.

2018-03-19 Thread Venkatesh N
Hi Everyone, Need urgent help over here. After cloning the latest git, when i compiled the dpdk in shared library mode by modifying the common_base config file and rebuild the examples the api rte_eth_dev_count() returns 0 However in the static library mode, rte_eth_dev_count() returns 2. Can s

Re: [dpdk-dev] rte_eth_dev_count() returns 0 in shared library mode.

2018-03-21 Thread Venkatesh N
Thank Yigit. It worked for me. I think if the same information is provided in the doc folder then it can avoid confusion. Many blogs said to build it as static library. Regards, Venky On Tue, Mar 20, 2018 at 5:54 PM, Ferruh Yigit wrote: > On 3/19/2018 3:34 PM, Venkatesh N wrote: >> Hi

[dpdk-dev] Zerocopy RX

2017-11-21 Thread Venkatesh N
Hi Everyone, It's been some time i have been searching for DPDK architecture and design for better understanding. So, finally i thought to get confirmation on my queries. I am working on a custom hypervisior similar to Qemu in Linux where VNIC's operate in Para-virtualization like KVM/virtio-net