test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] conf/checklist: add unsupported cases
@ 2020-04-30  6:15 Mei Jianwei
  2020-05-06  3:22 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Mei Jianwei @ 2020-04-30  6:15 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 | 116 ++++++++++++++++++++++++++++++++--
 1 file changed, 109 insertions(+), 7 deletions(-)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 0434f07..2b663d7 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",
@@ -2910,7 +2911,9 @@
             ],
             "NIC": [
                 "sagepond",
-                "niantic"
+                "niantic",
+                "springville",
+                "sageville"
             ],
             "Target": [
                 "ALL"
@@ -2926,7 +2929,9 @@
             ],
             "NIC": [
                 "sagepond",
-                "niantic"
+                "niantic",
+                "springville",
+                "sageville"
             ],
             "Target": [
                 "ALL"
@@ -2942,7 +2947,9 @@
             ],
             "NIC": [
                 "sagepond",
-                "niantic"
+                "niantic",
+                "springville",
+                "sageville"
             ],
             "Target": [
                 "ALL"
@@ -2951,14 +2958,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"
@@ -2967,14 +2976,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"
@@ -3255,5 +3266,96 @@
             "Bug ID": "DPDK-14025",
             "Comments": "NIC not support this case"
         }
+    ],
+    "queue_start_stop": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "springville"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "springville not support this case"
+        }
+    ],
+    "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 V1] conf/checklist: add unsupported cases
  2020-04-30  6:15 [dts] [PATCH V1] conf/checklist: add unsupported cases Mei Jianwei
@ 2020-05-06  3:22 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-05-06  3:22 UTC (permalink / raw)
  To: Mei, JianweiX, dts; +Cc: Mei, JianweiX

Applied failed, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Mei Jianwei
> Sent: Thursday, April 30, 2020 2:15 PM
> To: dts@dpdk.org
> Cc: Mei, JianweiX <jianweix.mei@intel.com>
> Subject: [dts] [PATCH V1] conf/checklist: add unsupported 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 | 116 ++++++++++++++++++++++++++++++++--
>  1 file changed, 109 insertions(+), 7 deletions(-)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index 0434f07..2b663d7 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",
> @@ -2910,7 +2911,9 @@
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2926,7 +2929,9 @@
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2942,7 +2947,9 @@
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2951,14 +2958,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"
> @@ -2967,14 +2976,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"
> @@ -3255,5 +3266,96 @@
>              "Bug ID": "DPDK-14025",
>              "Comments": "NIC not support this case"
>          }
> +    ],
> +    "queue_start_stop": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "springville"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "springville not support this case"
> +        }
> +    ],
> +    "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-06  3:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30  6:15 [dts] [PATCH V1] conf/checklist: add unsupported cases Mei Jianwei
2020-05-06  3:22 ` 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).