From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Mei, JianweiX" <jianweix.mei@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Mei, JianweiX" <jianweix.mei@intel.com>
Subject: Re: [dts] [PATCH V2] conf/test_case_checklist: add cases
Date: Tue, 12 May 2020 07:33:03 +0000 [thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC2A351@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <20200508045930.25041-1-jianweix.mei@intel.com>
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Mei Jianwei
> Sent: Friday, May 8, 2020 1:00 PM
> To: dts@dpdk.org
> Cc: Mei, JianweiX <jianweix.mei@intel.com>
> Subject: [dts] [PATCH V2] conf/test_case_checklist: add cases
>
> add cases in checklist which are not supported by NICs.
>
> Signed-off-by: Mei Jianwei <jianweix.mei@intel.com>
> ---
> conf/test_case_checklist.json | 104 +++++++++++++++++++++++++++++++---
> 1 file changed, 96 insertions(+), 8 deletions(-)
>
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index d4f576a..3258e46 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -366,6 +366,7 @@
> "powerville",
> "kawela_4",
> "springville",
> + "sageville",
> "ironpond",
> "cavium_a034",
> "cavium_0011",
> @@ -2945,7 +2946,9 @@
> ],
> "NIC": [
> "sagepond",
> - "niantic"
> + "niantic",
> + "springville",
> + "sageville"
> ],
> "Target": [
> "ALL"
> @@ -2961,7 +2964,9 @@
> ],
> "NIC": [
> "sagepond",
> - "niantic"
> + "niantic",
> + "springville",
> + "sageville"
> ],
> "Target": [
> "ALL"
> @@ -2977,7 +2982,9 @@
> ],
> "NIC": [
> "sagepond",
> - "niantic"
> + "niantic",
> + "springville",
> + "sageville"
> ],
> "Target": [
> "ALL"
> @@ -2986,14 +2993,16 @@
> "Comments": "only support by i40e"
> }
> ],
> - "fdir_L2_mac_filter_complex": [
> + "fdir_L2_mac_filter_complex": [
> {
> "OS": [
> "ALL"
> ],
> "NIC": [
> "sagepond",
> - "niantic"
> + "niantic",
> + "springville",
> + "sageville"
> ],
> "Target": [
> "ALL"
> @@ -3002,14 +3011,16 @@
> "Comments": "only support by i40e"
> }
> ],
> - "fdir_L2_mac_filter_basic_for_ipv4_udp": [
> + "fdir_L2_mac_filter_basic_for_ipv4_udp": [
> {
> "OS": [
> "ALL"
> ],
> "NIC": [
> "sagepond",
> - "niantic"
> + "niantic",
> + "springville",
> + "sageville"
> ],
> "Target": [
> "ALL"
> @@ -3297,7 +3308,8 @@
> "ALL"
> ],
> "NIC": [
> - "powerville"
> + "powerville",
> + "springville"
> ],
> "Target": [
> "ALL"
> @@ -3321,5 +3333,81 @@
> "Bug ID": "DPDK-18754",
> "Comments": "CVL NIC doesn't support the VLAN in pkg ptype"
> }
> + ],
> + "txoffload_port_all": [
> + {
> + "OS": [
> + "ALL"
> + ],
> + "NIC": [
> + "springville",
> + "sageville"
> + ],
> + "Target": [
> + "ALL"
> + ],
> + "Bug ID": "",
> + "Comments": "Nic not support this case"
> + }
> + ],
> + "rxoffload_port": [
> + {
> + "OS": [
> + "ALL"
> + ],
> + "NIC": [
> + "springville"
> + ],
> + "Target": [
> + "ALL"
> + ],
> + "Bug ID": "",
> + "Comments": "springville not support this case"
> + }
> + ],
> + "txoffload_port_cmdline": [
> + {
> + "OS": [
> + "ALL"
> + ],
> + "NIC": [
> + "springville"
> + ],
> + "Target": [
> + "ALL"
> + ],
> + "Bug ID": "",
> + "Comments": "springville not support this case"
> + }
> + ],
> + "rxoffload_port_all": [
> + {
> + "OS": [
> + "ALL"
> + ],
> + "NIC": [
> + "sageville"
> + ],
> + "Target": [
> + "ALL"
> + ],
> + "Bug ID": "",
> + "Comments": "NIC not support this case"
> + }
> + ],
> + "rxoffload_port_cmdline": [
> + {
> + "OS": [
> + "ALL"
> + ],
> + "NIC": [
> + "sageville"
> + ],
> + "Target": [
> + "ALL"
> + ],
> + "Bug ID": "",
> + "Comments": "NIC not support this case"
> + }
> ]
> }
> --
> 2.18.2
prev parent reply other threads:[~2020-05-12 7:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-08 4:59 Mei Jianwei
2020-05-12 7:33 ` Tu, Lijuan [this message]
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=8CE3E05A3F976642AAB0F4675D0AD20E0BC2A351@SHSMSX101.ccr.corp.intel.com \
--to=lijuan.tu@intel.com \
--cc=dts@dpdk.org \
--cc=jianweix.mei@intel.com \
/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).