summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64a931a)
raw | patch | inline | side by side (parent: 64a931a)
author | Krzysztof Matczak <krzysztofx.matczak@intel.com> | |
Sat, 11 Mar 2017 14:59:17 +0000 (14:59 +0000) | ||
committer | Krzysztof 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>
Signed-off-by: Krzysztof Matczak <krzysztofx.matczak@intel.com>
docs/BUILD.dpdkstat.md | patch | blob | history |
diff --git a/docs/BUILD.dpdkstat.md b/docs/BUILD.dpdkstat.md
index fe9f0e68acc292363a476ec8dc4fdc96ba038017..96f1eb9507315c9b301a4b292990c9df4c202be1 100644 (file)
--- a/docs/BUILD.dpdkstat.md
+++ b/docs/BUILD.dpdkstat.md
* 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