[dts] [PATCH V1] conf/checklist: add unsupported cases

Tu, Lijuan lijuan.tu at intel.com
Wed May 6 05:22:25 CEST 2020


Applied failed, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Mei Jianwei
> Sent: Thursday, April 30, 2020 2:15 PM
> To: dts at dpdk.org
> Cc: Mei, JianweiX <jianweix.mei at 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 at 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



More information about the dts mailing list