]> git.droids-corp.org - dpdk.git/commitdiff
doc: add limitation for l3fwd-power sample
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 4 Nov 2016 12:48:17 +0000 (12:48 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Nov 2016 21:07:59 +0000 (22:07 +0100)
L3fwd-power app needs vector mode to be disabled in order to work
properly. The app used to work previously, because it was using
Rx scalar function, but now it uses vector function.

Vector mode needs to be disabled to make the app works,
which has been documented in release notes.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/rel_notes/release_16_11.rst

index 3d93b43d0c4a3ed94ee8a4a72d0efc680ebcee43..365b5a37e229aa87800f987812a635bfb7f034e6 100644 (file)
@@ -202,6 +202,17 @@ Known Issues
 
    This section is a comment. Make sure to start the actual text at the margin.
 
+* **L3fwd-power app does not work properly when Rx vector is enabled.**
+
+  Using some drivers with vector enabled, makes L3fwd-power app not work
+  properly, since the queue monitoring works differently when using
+  scalar compared to vector, making the frequency scaling not to work correctly.
+  In addition, L3fwd-power requires the mbuf to have correct packet type,
+  but in some drivers, the vector mode must be disabled for this.
+
+  Therefore, in order to use L3fwd-power, vector mode should be disabled
+  from the config file.
+
 
 API Changes
 -----------