test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] conf/test_case_checklist: add cases
@ 2020-05-08  4:59 Mei Jianwei
  2020-05-12  7:33 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Mei Jianwei @ 2020-05-08  4:59 UTC (permalink / raw)
  To: dts; +Cc: Mei Jianwei

add cases in checklist which are not supported by NICs.

Signed-off-by: Mei Jianwei <jianweix.mei@intel.com>
---
 conf/test_case_checklist.json | 104 +++++++++++++++++++++++++++++++---
 1 file changed, 96 insertions(+), 8 deletions(-)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index d4f576a..3258e46 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -366,6 +366,7 @@
                 "powerville",
                 "kawela_4",
                 "springville",
+                "sageville",
                 "ironpond",
                 "cavium_a034",
                 "cavium_0011",
@@ -2945,7 +2946,9 @@
             ],
             "NIC": [
                 "sagepond",
-                "niantic"
+                "niantic",
+                "springville",
+                "sageville"
             ],
             "Target": [
                 "ALL"
@@ -2961,7 +2964,9 @@
             ],
             "NIC": [
                 "sagepond",
-                "niantic"
+                "niantic",
+                "springville",
+                "sageville"
             ],
             "Target": [
                 "ALL"
@@ -2977,7 +2982,9 @@
             ],
             "NIC": [
                 "sagepond",
-                "niantic"
+                "niantic",
+                "springville",
+                "sageville"
             ],
             "Target": [
                 "ALL"
@@ -2986,14 +2993,16 @@
             "Comments": "only support by i40e"
         }
     ],
-      "fdir_L2_mac_filter_complex": [
+    "fdir_L2_mac_filter_complex": [
         {
             "OS": [
                 "ALL"
             ],
             "NIC": [
                 "sagepond",
-                "niantic"
+                "niantic",
+                "springville",
+                "sageville"
             ],
             "Target": [
                 "ALL"
@@ -3002,14 +3011,16 @@
             "Comments": "only support by i40e"
         }
     ],
-      "fdir_L2_mac_filter_basic_for_ipv4_udp": [
+    "fdir_L2_mac_filter_basic_for_ipv4_udp": [
         {
             "OS": [
                 "ALL"
             ],
             "NIC": [
                 "sagepond",
-                "niantic"
+                "niantic",
+                "springville",
+                "sageville"
             ],
             "Target": [
                 "ALL"
@@ -3297,7 +3308,8 @@
                 "ALL"
             ],
             "NIC": [
-                "powerville"
+                "powerville",
+		"springville"
             ],
             "Target": [
                 "ALL"
@@ -3321,5 +3333,81 @@
             "Bug ID": "DPDK-18754",
             "Comments": "CVL NIC doesn't support the VLAN in pkg ptype"
         }
+    ],
+    "txoffload_port_all": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "springville",
+                "sageville"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "Nic not support this case"
+       }
+    ],
+    "rxoffload_port": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "springville"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "springville not support this case"
+        }
+    ],
+    "txoffload_port_cmdline": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "springville"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "springville not support this case"
+        }
+    ],
+    "rxoffload_port_all": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "sageville"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "NIC not support this case"
+        }
+    ],
+    "rxoffload_port_cmdline": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "sageville"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "NIC not support this case"
+        }
     ]
 }
-- 
2.18.2


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

* Re: [dts] [PATCH V2] conf/test_case_checklist: add cases
  2020-05-08  4:59 [dts] [PATCH V2] conf/test_case_checklist: add cases Mei Jianwei
@ 2020-05-12  7:33 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-05-12  7:33 UTC (permalink / raw)
  To: Mei, JianweiX, dts; +Cc: Mei, JianweiX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Mei Jianwei
> Sent: Friday, May 8, 2020 1:00 PM
> To: dts@dpdk.org
> Cc: Mei, JianweiX <jianweix.mei@intel.com>
> Subject: [dts] [PATCH V2] conf/test_case_checklist: add cases
> 
> add cases in checklist which are not supported by NICs.
> 
> Signed-off-by: Mei Jianwei <jianweix.mei@intel.com>
> ---
>  conf/test_case_checklist.json | 104 +++++++++++++++++++++++++++++++---
>  1 file changed, 96 insertions(+), 8 deletions(-)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index d4f576a..3258e46 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -366,6 +366,7 @@
>                  "powerville",
>                  "kawela_4",
>                  "springville",
> +                "sageville",
>                  "ironpond",
>                  "cavium_a034",
>                  "cavium_0011",
> @@ -2945,7 +2946,9 @@
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2961,7 +2964,9 @@
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2977,7 +2982,9 @@
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2986,14 +2993,16 @@
>              "Comments": "only support by i40e"
>          }
>      ],
> -      "fdir_L2_mac_filter_complex": [
> +    "fdir_L2_mac_filter_complex": [
>          {
>              "OS": [
>                  "ALL"
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -3002,14 +3011,16 @@
>              "Comments": "only support by i40e"
>          }
>      ],
> -      "fdir_L2_mac_filter_basic_for_ipv4_udp": [
> +    "fdir_L2_mac_filter_basic_for_ipv4_udp": [
>          {
>              "OS": [
>                  "ALL"
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -3297,7 +3308,8 @@
>                  "ALL"
>              ],
>              "NIC": [
> -                "powerville"
> +                "powerville",
> +		"springville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -3321,5 +3333,81 @@
>              "Bug ID": "DPDK-18754",
>              "Comments": "CVL NIC doesn't support the VLAN in pkg ptype"
>          }
> +    ],
> +    "txoffload_port_all": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "springville",
> +                "sageville"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "Nic not support this case"
> +       }
> +    ],
> +    "rxoffload_port": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "springville"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "springville not support this case"
> +        }
> +    ],
> +    "txoffload_port_cmdline": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "springville"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "springville not support this case"
> +        }
> +    ],
> +    "rxoffload_port_all": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "sageville"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "NIC not support this case"
> +        }
> +    ],
> +    "rxoffload_port_cmdline": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "sageville"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "NIC not support this case"
> +        }
>      ]
>  }
> --
> 2.18.2


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

end of thread, other threads:[~2020-05-12  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08  4:59 [dts] [PATCH V2] conf/test_case_checklist: add cases Mei Jianwei
2020-05-12  7:33 ` Tu, Lijuan

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).