[dts] [PATCH V1] conf/supportlist:add only support on FVL and Niantic case

Zhu, ShuaiX shuaix.zhu at intel.com
Fri Feb 15 10:38:20 CET 2019


Tested-by: Zhu, ShuaiX <shuaix.zhu at intel.com>

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of changqingxwu
> Sent: Friday, February 15, 2019 4:35 PM
> To: dts at dpdk.org
> Cc: Wu, ChangqingX <changqingx.wu at intel.com>
> Subject: [dts] [PATCH V1] conf/supportlist:add only support on FVL and Niantic
> case
> 
> The following cass are skipped:
>     rxoffload_queue,
>     txoffload_queue
> 
> Signed-off-by: changqingxwu <changqingx.wu at intel.com>
> ---
>  conf/test_case_supportlist.json | 35 +++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
> 
> diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
> index ced96e0..e4f08d1 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -637,5 +637,40 @@
>              "Bug ID": "",
>              "Comments": "This case only support on FVL"
>          }
> +    ],
> +    "rxoffload_queue": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "This case only support on niantic"
> +        }
> +    ],
> +    "txoffload_queue": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "fortville_eagle",
> +                "fortville_spirit",
> +                "fortville_spirit_single",
> +                "fortville_25g",
> +                "fortpark",
> +                "fortpark_TLV"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "This case only support on FVL"
> +        }
>      ]
>  }
> --
> 2.17.2



More information about the dts mailing list