dpdkstat: doc updated with initialization time notice
authorKrzysztof Matczak <krzysztofx.matczak@intel.com>
Sat, 11 Mar 2017 14:59:17 +0000 (14:59 +0000)
committerKrzysztof Matczak <krzysztofx.matczak@intel.com>
Tue, 14 Mar 2017 10:38:55 +0000 (10:38 +0000)
Change-Id: Ia13c35e4112e74990896edb597d39c1f8ab14b6e
Signed-off-by: Krzysztof Matczak <krzysztofx.matczak@intel.com>
docs/BUILD.dpdkstat.md

index fe9f0e6..96f1eb9 100644 (file)
@@ -208,6 +208,12 @@ See also: http://dpdk.org/doc/guides/prog_guide/multi_proc_support.html
  *  The same PCI device configuration should be passed to the primary process as
     the secondary process uses the same port indexes as the primary.
  *  A blacklist / whitelist of NICs isn't supported yet.
+ *  Plugin initialization time depends on read interval. It requires 5 read
+    cycles to set up internal buffers and states. During that time no statistics
+    are submitted.
+ *  If number of DPDK ports is increased while plugin is running, internal
+    buffers are resized. That requires 3 read cycles and no port statistics
+    are submitted in that time.
 
 ## License