test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] conf/test_case_supportlist:add suppport Nic on CVL.
@ 2019-12-16  2:16 zhu,shuai
  2019-12-16  3:09 ` Ma, LihongX
  0 siblings, 1 reply; 2+ messages in thread
From: zhu,shuai @ 2019-12-16  2:16 UTC (permalink / raw)
  To: dts; +Cc: zhaoyan.chen, zhu,shuai

The case only supports cvl Nic:
    check_single_VLAN_fields_in_RXD_8021Q,
    check_single_VLAN_fields_in_RXD_8021ad,
    check_double_VLAN_fields_in_RXD_8021Q_1_VLAN_tag,
    check_double_VLAN_fields_in_RXD_8021Q_2_VLAN_tag,
    check_double_VLAN_fields_in_RXD_8021ad,
    check_IPv4_fields_in_RXD,
    check_IPv6_fields_in_RXD,
    check_IPv6_flow_field_in_RXD,
    check_TCP_fields_in_IPv4_in_RXD,
    check_TCP_fields_in_IPv6_in_RXD,
    check_IPv4_IPv6_TCP_fields_in_RXD_on_specific_queues
    

Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
 conf/test_case_supportlist.json | 176 ++++++++++++++++++++++++++++++++
 1 file changed, 176 insertions(+)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index ffb2e6b..3857a53 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -1717,5 +1717,181 @@
             "Bug ID": "",
             "Comments": "This case currently support for niantic"
         }
+    ],
+    "check_single_VLAN_fields_in_RXD_8021Q": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_single_VLAN_fields_in_RXD_8021ad": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_double_VLAN_fields_in_RXD_8021Q_1_VLAN_tag": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_double_VLAN_fields_in_RXD_8021Q_2_VLAN_tag": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_double_VLAN_fields_in_RXD_8021ad": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_IPv4_fields_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_IPv6_fields_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_IPv6_flow_field_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_TCP_fields_in_IPv4_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_TCP_fields_in_IPv6_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_IPv4_IPv6_TCP_fields_in_RXD_on_specific_queues": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
     ]
 }
-- 
2.17.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] conf/test_case_supportlist:add suppport Nic on CVL.
  2019-12-16  2:16 [dts] [PATCH V1] conf/test_case_supportlist:add suppport Nic on CVL zhu,shuai
@ 2019-12-16  3:09 ` Ma, LihongX
  0 siblings, 0 replies; 2+ messages in thread
From: Ma, LihongX @ 2019-12-16  3:09 UTC (permalink / raw)
  To: Zhu, ShuaiX, dts; +Cc: Chen, Zhaoyan, Zhu, ShuaiX

Hi, shuai
As all the cases in suite flexible_rxd only support CVL, and you have judge the nic in suite's set_up_all, so I think you do not need add additional checklist.

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai
Sent: Monday, December 16, 2019 10:17 AM
To: dts@dpdk.org
Cc: Chen, Zhaoyan <zhaoyan.chen@intel.com>; Zhu, ShuaiX <shuaix.zhu@intel.com>
Subject: [dts] [PATCH V1] conf/test_case_supportlist:add suppport Nic on CVL.

The case only supports cvl Nic:
    check_single_VLAN_fields_in_RXD_8021Q,
    check_single_VLAN_fields_in_RXD_8021ad,
    check_double_VLAN_fields_in_RXD_8021Q_1_VLAN_tag,
    check_double_VLAN_fields_in_RXD_8021Q_2_VLAN_tag,
    check_double_VLAN_fields_in_RXD_8021ad,
    check_IPv4_fields_in_RXD,
    check_IPv6_fields_in_RXD,
    check_IPv6_flow_field_in_RXD,
    check_TCP_fields_in_IPv4_in_RXD,
    check_TCP_fields_in_IPv6_in_RXD,
    check_IPv4_IPv6_TCP_fields_in_RXD_on_specific_queues
    

Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
 conf/test_case_supportlist.json | 176 ++++++++++++++++++++++++++++++++
 1 file changed, 176 insertions(+)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index ffb2e6b..3857a53 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -1717,5 +1717,181 @@
             "Bug ID": "",
             "Comments": "This case currently support for niantic"
         }
+    ],
+    "check_single_VLAN_fields_in_RXD_8021Q": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_single_VLAN_fields_in_RXD_8021ad": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_double_VLAN_fields_in_RXD_8021Q_1_VLAN_tag": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_double_VLAN_fields_in_RXD_8021Q_2_VLAN_tag": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_double_VLAN_fields_in_RXD_8021ad": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_IPv4_fields_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_IPv6_fields_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_IPv6_flow_field_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_TCP_fields_in_IPv4_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_TCP_fields_in_IPv6_in_RXD": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
+    ],
+    "check_IPv4_IPv6_TCP_fields_in_RXD_on_specific_queues": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_25g",
+                "columbiaville_100g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on CVL"
+        }
     ]
 }
--
2.17.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-16  3:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16  2:16 [dts] [PATCH V1] conf/test_case_supportlist:add suppport Nic on CVL zhu,shuai
2019-12-16  3:09 ` Ma, LihongX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).