aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/introduction/methodology_vpp_startup_settings.rst
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-04-29 09:34:59 +0000
committerPeter Mikus <pmikus@cisco.com>2019-04-30 05:35:52 +0000
commita611ee796ea6b224018953c276e67900b212dc44 (patch)
tree96980e5e79fa25ab0e10b71d364649ed03151977 /docs/report/introduction/methodology_vpp_startup_settings.rst
parentad4f18fdb7b46c3c2b95813c1fdbe428295ef61b (diff)
Update report static content
Change-Id: I8aef71fb2cc09d2c7862884f7ca68c9786ad5165 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'docs/report/introduction/methodology_vpp_startup_settings.rst')
-rw-r--r--docs/report/introduction/methodology_vpp_startup_settings.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/report/introduction/methodology_vpp_startup_settings.rst b/docs/report/introduction/methodology_vpp_startup_settings.rst
index 2b0f485cc0..81c5e4e73e 100644
--- a/docs/report/introduction/methodology_vpp_startup_settings.rst
+++ b/docs/report/introduction/methodology_vpp_startup_settings.rst
@@ -18,8 +18,12 @@ List of vpp startup.conf settings applied to all tests:
#. no-tx-checksum-offload - disables UDP / TCP TX checksum offload in DPDK.
Typically needed for use faster vector PMDs (together with
no-multi-seg).
-#. socket-mem <value>,<value> - memory per numa. (Not required anymore
- due to VPP code changes, will be removed in CSIT-19.04.)
+#. buffers-per-numa <value> - increases number of buffers allocated, needed
+ in scenarios with large number of interfaces and worker threads.
+ Value is per CPU socket. Default is 16384. CSIT is setting statically
+ 107520 buffers per CPU thread (215040 if HTT is enabled). This value is also
+ maximum possible amount limited by number of memory mappings in DPDK
+ libraries for 2MB Hugepages used in CSIT.
Per Test Settings
~~~~~~~~~~~~~~~~~
@@ -31,11 +35,6 @@ List of vpp startup.conf settings applied dynamically per test:
test configuration.
#. num-rx-queues <value> - depends on a number of VPP threads and NIC
interfaces.
-#. num-rx-desc/num-tx-desc - number of rx/tx descriptors for specific
- NICs, incl. xl710, x710, xxv710.
-#. num-mbufs <value> - increases number of buffers allocated, needed
- only in scenarios with large number of interfaces and worker threads.
- Value is per CPU socket. Default is 16384.
#. no-multi-seg - disables multi-segment buffers in DPDK, improves
packet throughput, but disables Jumbo MTU support. Disabled for all
tests apart from the ones that require Jumbo 9000B frame support.