mlx: add known issues in release notes
authorOlga Shern <olgas@mellanox.com>
Sat, 12 Dec 2015 22:13:25 +0000 (00:13 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 14 Dec 2015 00:19:15 +0000 (01:19 +0100)
Signed-off-by: Olga Shern <olgas@mellanox.com>
doc/guides/rel_notes/release_2_2.rst

index 10e0907..8bad64d 100644 (file)
@@ -417,6 +417,18 @@ Known Issues
   As the l3fwd example application requires this info, the i40e vector
   driver must be disabled to benefit of the packet type with i40e.
 
   As the l3fwd example application requires this info, the i40e vector
   driver must be disabled to benefit of the packet type with i40e.
 
+* **Mellanox PMDs (mlx4 & mlx5):**
+
+  * PMDs do not support DPDK integrated shared library.
+
+  * There is performance degradation for small packets when PMD
+    is compiled with SGE_WR_N = 4 compared to the performance when SGE_WR_N = 1.
+    If scattered packets are not used it is recomended
+    to compile PMD with SGE_WR_N = 1.
+
+  * When a Multicast or Broadcast packet is sent to the SR-IOV mlx4 VF,
+    it is returned back to the port.
+
 
 API Changes
 -----------
 
 API Changes
 -----------