diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2016-09-18 05:01:11 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2016-09-22 06:50:17 +0800 |
commit | fd4658f131c6b168cdebd98783710f4bb77e86fc (patch) | |
tree | ad6a8e428f38f35b28e93c29384109be4c6cf254 /testsuites/posca/testcase_cfg | |
parent | 37e67f46e74137f55ffc0d698d335b25cb24ec21 (diff) |
Add Factor Testcase RX_Cache_Size
JIRA: BOTTLENECK-96
Add factor testcase for locating bottleneck of rx cache size.
A separate logic is provided to deterine if it is the bottleneck
of rx cache size.
Change-Id: I52652f73c512a829a3dde85e4cb36073327773e8
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml new file mode 100644 index 00000000..2dfb1fe8 --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml @@ -0,0 +1,11 @@ +[config] +test_ip: 192.168.23.2:8888 +throughput: 1000 +tool: netperf +protocol: tcp +test_time: 30 +pkt sizes: 8,16,32,64,128,256,512,1024,2048 +tx cache sizes: 2304,4608,9216,18432,32768,65536 +rx cache sizes: 1152 +cpu load: 0.9 +latency: 100000 |