[dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid

Tu, Lijuan lijuan.tu at intel.com
Fri Nov 22 04:26:33 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Wenjie Li
> Sent: Friday, November 1, 2019 7:45 PM
> To: dts at dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li at intel.com>
> Subject: [dts] [PATCH V1] conf/checklist: CVL not support
> GRE_packet_filter/tunnel_filter/tunnel_filter_invalid
> 
> columbiaville nic does not support below cases:
> ipgre/GRE_packet_filter
> nvgre/tunnel_filter
> nvgre/tunnel_filter_invalid
> vxlan/tunnel_filter
> vxlan/tunnel_filter_invalid
> Reason:
> "testpmd> tunnel_filter add xxx"
> return: ice_dev_filter_ctrl(): Filter type (6) not supported
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li at intel.com>
> ---
>  conf/test_case_checklist.json | 48 +++++++++++++++++++++++++++++++++++
>  1 file changed, 48 insertions(+)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index 53c5221..ffafaf4 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -2365,5 +2365,53 @@
>              "Bug ID": "",
>              "Comments": "the nic not support this case"
>          }
> +    ],
> +     "tunnel_filter": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "columbiaville_25g",
> +                "columbiaville_100g"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "the nic not support this case: ice_dev_filter_ctrl():
> Filter type (6) not supported"
> +        }
> +    ],
> +     "tunnel_filter_invalid": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "columbiaville_25g",
> +                "columbiaville_100g"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "the nic not support this case: ice_dev_filter_ctrl():
> Filter type (6) not supported"
> +        }
> +    ],
> +     "GRE_packet_filter": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "columbiaville_25g",
> +                "columbiaville_100g"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "the nic not support this case: ice_dev_filter_ctrl():
> Filter type (6) not supported"
> +        }
>      ]
>  }
> --
> 2.17.1



More information about the dts mailing list