Hi, I am using DPDK 17.11 in my application. I am facing an RX issue when running the application with an intel I350 NIC. Details of the NIC: driver: igb version: 5.4.0-k* firmware-version: 1.63, 0x80000d58, 1.1099.0
Kernel - 3.10.0-957.5.1.el7.x86_64 >From the release notes, I found out that the support of this particular driver version started in DPDK 18.05. Quick ref : https://doc.dpdk.org/guides/rel_notes/release_18_05.html#tested-platforms DPDK 17.11 supports an older version of the driver (5.3.0-k). I am assuming I'll have to downgrade the driver to make my application run. Can anyone suggest where to find the supported driver ? Details of NIC and driver : Intel(R) Corporation I350 Gigabit Network Connection - Firmware version: 1.63, 0x80000dda - Device id (pf/vf): 8086:1521 / 8086:1520 - Driver version: 5.3.0-k (igb) Please help. Regards, Siddarth