[dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases

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


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Haiyang Zhao
> Sent: Thursday, April 30, 2020 1:48 PM
> To: dts at dpdk.org
> Cc: Zhao, HaiyangX <haiyangx.zhao at intel.com>
> Subject: [dts] [PATCH V1] conf/test_case_checklist: update 32bit
> unsupported cases
> 
> *.flags/qinq_packet_filter_VF_queues are unsupported
>   in 32bit OS due to address space limited.
> 
> Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
> ---
>  conf/test_case_checklist.json | 34 ++++++++++++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index 0434f07..2e0a081 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -1988,6 +1988,40 @@
>              "Comments": ""
>          }
>      ],
> +    "flags": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "ALL"
> +            ],
> +            "Target": [
> +                "i686-native-linuxapp-gcc",
> +                "i686-native-linuxapp-icc",
> +                "i686-native-linuxapp-clang"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "32 bit address space limited"
> +        }
> +    ],
> +    "qinq_packet_filter_VF_queues": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "ALL"
> +            ],
> +            "Target": [
> +                "i686-native-linuxapp-gcc",
> +                "i686-native-linuxapp-icc",
> +                "i686-native-linuxapp-clang"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "32 bit address space limited"
> +        }
> +    ],
>      "multiprocess": [
>          {
>              "OS": [
> --
> 2.18.2



More information about the dts mailing list