aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2020-02-28 07:13:27 +0000
committerPeter Mikus <pmikus@cisco.com>2020-03-10 08:10:30 +0000
commita5e081794011deca6c3ed6f1e57f9a3a9fee6343 (patch)
treebfee74eff079edd4a35e9ca08075d76cd37d9fed /docs
parentc4fe133e5d81ce3543809355f8b560f026ee7725 (diff)
Make RXQs/TXQs configurable
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I5d083f90c23792a8f1cb1c116698f92b99395942
Diffstat (limited to 'docs')
-rw-r--r--docs/tag_documentation.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst
index 198548f857..e255d48c6d 100644
--- a/docs/tag_documentation.rst
+++ b/docs/tag_documentation.rst
@@ -615,6 +615,16 @@ Interface Tags
All test cases which uses rdma-core device driver. It supports Mellanox
NIC adapters.
+.. topic:: RXQ_SIZE_{n}
+
+ All test cases which RXQ size (RX descriptors) are set to {n}. Default is 0,
+ which means VPP (API) default.
+
+.. topic:: TXQ_SIZE_{n}
+
+ All test cases which TXQ size (TX descriptors) are set to {n}. Default is 0,
+ which means VPP (API) default.
+
Feature Tags
------------