]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/kernel_nic_interface.rst
net/mlx5: separate Rx queue object creations
[dpdk.git] / doc / guides / prog_guide / kernel_nic_interface.rst
index 77856086dfe2d4351a4f644d695708168916e0b0..32d09ccf82008166891c27f5a012bf6b62e407fb 100644 (file)
@@ -305,7 +305,7 @@ IOVA = VA: Support
 
 KNI operates in IOVA_VA scheme when
 
-- LINUX_VERSION_CODE > KERNEL_VERSION(4, 9, 0) and
+- LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) and
 - EAL option `iova-mode=va` is passed or bus IOVA scheme in the DPDK is selected
   as RTE_IOVA_VA.