[dpdk-dev] vfio error

2021-04-04 Thread hamidreza Kheirabadi
Hi, I have a dpdk application which binds nic with igb_uio. My problem is whenever the kernel updates, I must recompile igb_uio.ko as well. I want to use vfio instead but I got an error: Error: bind failed for :06:00.0 - Cannot bind to driver vfio-pci Error: unbind failed for :06:00.0 - Ca

[dpdk-dev] cmake/Makefile sample application

2021-02-18 Thread hamidreza Kheirabadi
Hi, I'd like to change my dpdk-based application from a pure C to C++ version. Can anybody help me with a sample cmake or Makefile? Is there any performance degradation when compiling apps with g++ instead of gcc? Regards

[dpdk-dev] dpdk-20.11 is really released as LTS?

2021-02-09 Thread hamidreza Kheirabadi
Hi, I used previous versions of dpdk (like 18.05) in my project very well. Recently I decided to migrate to 20.11 but I have lots of problems with it. I built it with meson and ninja as described in docs but no .ko has been built. The structure of examples also changed and was replaced by a single