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

Li, WenjieX A wenjiex.a.li at intel.com
Fri Nov 1 03:57:12 CET 2019


Tested-by: Li, WenjieX A <wenjiex.a.li at intel.com>

> -----Original Message-----
> From: Li, WenjieX A
> 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestNvgre.log
Type: application/octet-stream
Size: 739760 bytes
Desc: TestNvgre.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20191101/e0c4361c/attachment.obj>


More information about the dts mailing list