From: Wenjie Li <wenjiex.a.li@intel.com>
To: dts@dpdk.org
Cc: Wenjie Li <wenjiex.a.li@intel.com>
Subject: [dts] [PATCH V1] conf/checklist: CVL not support GRE_packet_filter/tunnel_filter/tunnel_filter_invalid
Date: Fri, 1 Nov 2019 11:45:15 +0000 [thread overview]
Message-ID: <1572608715-57859-1-git-send-email-wenjiex.a.li@intel.com> (raw)
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
next reply other threads:[~2019-11-01 2:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-01 11:45 Wenjie Li [this message]
2019-11-01 2:57 ` Li, WenjieX A
2019-11-22 3:26 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1572608715-57859-1-git-send-email-wenjiex.a.li@intel.com \
--to=wenjiex.a.li@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).