* Re: [dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid
2019-11-01 11:45 [dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid Wenjie Li
@ 2019-11-01 2:57 ` Li, WenjieX A
2019-11-22 3:26 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Li, WenjieX A @ 2019-11-01 2:57 UTC (permalink / raw)
To: dts; +Cc: Li, WenjieX A
[-- Attachment #1: Type: text/plain, Size: 2623 bytes --]
Tested-by: Li, WenjieX A <wenjiex.a.li@intel.com>
> -----Original Message-----
> From: Li, WenjieX A
> Sent: Friday, November 1, 2019 7:45 PM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@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@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
[-- Attachment #2: TestNvgre.log --]
[-- Type: application/octet-stream, Size: 739760 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid
@ 2019-11-01 11:45 Wenjie Li
2019-11-01 2:57 ` Li, WenjieX A
2019-11-22 3:26 ` Tu, Lijuan
0 siblings, 2 replies; 3+ messages in thread
From: Wenjie Li @ 2019-11-01 11:45 UTC (permalink / raw)
To: dts; +Cc: Wenjie Li
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@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid
2019-11-01 11:45 [dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid Wenjie Li
2019-11-01 2:57 ` Li, WenjieX A
@ 2019-11-22 3:26 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-11-22 3:26 UTC (permalink / raw)
To: Li, WenjieX A, dts; +Cc: Li, WenjieX A
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li
> Sent: Friday, November 1, 2019 7:45 PM
> To: dts@dpdk.org
> Cc: Li, WenjieX A <wenjiex.a.li@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@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-22 3:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 11:45 [dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid Wenjie Li
2019-11-01 2:57 ` Li, WenjieX A
2019-11-22 3:26 ` Tu, Lijuan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).