[dts] [PATCH V2] conf/test_case_checklist: add cases

Tu, Lijuan lijuan.tu at intel.com
Tue May 12 09:33:03 CEST 2020


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Mei Jianwei
> Sent: Friday, May 8, 2020 1:00 PM
> To: dts at dpdk.org
> Cc: Mei, JianweiX <jianweix.mei at 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 at 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



More information about the dts mailing list