test suite reviews and discussions
 help / color / mirror / Atom feed
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 V1] conf/checklist: add unsupported cases
Date: Wed, 6 May 2020 03:22:25 +0000	[thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC21EA3@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <20200430061526.12316-1-jianweix.mei@intel.com>

Applied failed, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Mei Jianwei
> Sent: Thursday, April 30, 2020 2:15 PM
> To: dts@dpdk.org
> Cc: Mei, JianweiX <jianweix.mei@intel.com>
> Subject: [dts] [PATCH V1] conf/checklist: add unsupported 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 | 116 ++++++++++++++++++++++++++++++++--
>  1 file changed, 109 insertions(+), 7 deletions(-)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index 0434f07..2b663d7 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",
> @@ -2910,7 +2911,9 @@
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2926,7 +2929,9 @@
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2942,7 +2947,9 @@
>              ],
>              "NIC": [
>                  "sagepond",
> -                "niantic"
> +                "niantic",
> +                "springville",
> +                "sageville"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2951,14 +2958,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"
> @@ -2967,14 +2976,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"
> @@ -3255,5 +3266,96 @@
>              "Bug ID": "DPDK-14025",
>              "Comments": "NIC not support this case"
>          }
> +    ],
> +    "queue_start_stop": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "springville"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "springville not support this case"
> +        }
> +    ],
> +    "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


      reply	other threads:[~2020-05-06  3:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30  6:15 Mei Jianwei
2020-05-06  3:22 ` 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=8CE3E05A3F976642AAB0F4675D0AD20E0BC21EA3@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).