[dts] [PATCH V1] tests/qos_api:add support list

Tu, Lijuan lijuan.tu at intel.com
Fri Sep 20 08:48:30 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of chen,bo
> Sent: Friday, September 20, 2019 1:40 PM
> To: dts at dpdk.org
> Cc: Chen, BoX C <box.c.chen at intel.com>
> Subject: [dts] [PATCH V1] tests/qos_api:add support list
> 
> add qos_api ixgbe and i40e support list
> 
> Signed-off-by: chen,bo <box.c.chen at intel.com>
> ---
>  conf/test_case_supportlist.json | 64 +++++++++++++++++++++++++++++++++
>  1 file changed, 64 insertions(+)
> 
> diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
> index e43f7ea..37f9158 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -1651,5 +1651,69 @@
>              "Bug ID": "",
>              "Comments": "This case currently support for cavium_a063 and
> cavium_a064 "
>          }
> +    ],
> +    "dcb_4tc_queue_map_i40e": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "fortville_eagle",
> +                "fortville_spirit",
> +                "fortville_25g"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on fortville"
> +        }
> +    ],
> +    "dcb_8tc_queue_map_i40e": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "fortville_eagle",
> +                "fortville_spirit",
> +                "fortville_25g"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on fortville"
> +        }
> +    ],
> +    "dcb_4tc_queue_map_ixgbe": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "This case currently support for niantic"
> +        }
> +    ],
> +    "dcb_8tc_queue_map_ixgbe": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "This case currently support for niantic"
> +        }
>      ]
>  }
> --
> 2.17.2



More information about the dts mailing list