[V4,3/3] conf: add iavf_checksum_offload_perf configuration file

Message ID 20230518024014.120638-4-yingyax.han@intel.com (mailing list archive)
State Accepted
Headers
Series add iavf_checksum_offload_perf test suite |

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Yingya Han May 18, 2023, 2:40 a.m. UTC
  Signed-off-by: Yingya Han <yingyax.han@intel.com>
---
 conf/iavf_checksum_offload_perf.cfg | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 conf/iavf_checksum_offload_perf.cfg
  

Comments

Tu, Lijuan May 25, 2023, 2:41 a.m. UTC | #1
On Thu, 18 May 2023 02:40:14 +0000, Yingya Han <yingyax.han@intel.com> wrote:
> Signed-off-by: Yingya Han <yingyax.han@intel.com>


Series applied, thanks
  

Patch

diff --git a/conf/iavf_checksum_offload_perf.cfg b/conf/iavf_checksum_offload_perf.cfg
new file mode 100644
index 00000000..e7e27586
--- /dev/null
+++ b/conf/iavf_checksum_offload_perf.cfg
@@ -0,0 +1,22 @@ 
+[suite]
+test_duration = 30
+traffic_stop_wait_time = 2
+rxtx_queue_size = 1024
+test_parameters = {
+    "1C/1T-1Q": [
+        "128",
+        "256",
+        "512",
+        "1024",
+        "1280",
+        "1518",
+    ],
+    "1C/2T-2Q": [
+        "128",
+        "256",
+        "512",
+        "1024",
+        "1280",
+        "1518",
+    ],
+}