diff options
author | Peter Mikus <pmikus@cisco.com> | 2020-03-24 11:03:03 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-05-15 09:57:49 +0000 |
commit | 936deb756045a999f919cefd4ceae77ae90e6905 (patch) | |
tree | 9b78e4c2ae2452df5c205cacbbf4625a925ca952 /docs | |
parent | 5a0bf46802294545c060d9aeea3c5b62952dfcda (diff) |
Performance: Tests with virtio driver in VM
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I20e01dfe83a961dc8202d33783a678d38e71cff2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tag_documentation.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index e255d48c6d..36550d4f5c 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -531,13 +531,19 @@ Interface Tags All test cases which uses VHOST. -.. topic:: VHOST_256 +.. topic:: VHOST_1024 - All test cases which uses VHOST with qemu queue size set to 256. + All test cases which uses VHOST DPDK driver with qemu queue size set + to 1024. -.. topic:: VHOST_1024 +.. topic:: VIRTIO + + All test cases which uses VIRTIO native VPP driver. + +.. topic:: VIRTIO_1024 - All test cases which uses VHOST with qemu queue size set to 1024. + All test cases which uses VIRTIO native VPP driver with qemu queue size set + to 1024. .. topic:: CFS_OPT |