test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] conf/test_case_checklist:add not support nic on vlan_qinq_tpid
  2019-07-22  7:59 [dts] [PATCH V1] conf/test_case_checklist:add not support nic on vlan_qinq_tpid zhuwenhui
@ 2019-07-22  7:56 ` Yao, BingX Y
  2019-08-07  7:01   ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: Yao, BingX Y @ 2019-07-22  7:56 UTC (permalink / raw)
  To: Zhu, WenhuiX, dts; +Cc: Zhu, WenhuiX

Tested-by: Yao, BingX Y <bingx.y.yao@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhuwenhui
Sent: Monday, July 22, 2019 4:00 PM
To: dts@dpdk.org
Cc: Zhu, WenhuiX <wenhuix.zhu@intel.com>
Subject: [dts] [PATCH V1] conf/test_case_checklist:add not support nic on vlan_qinq_tpid

Add fortpark_TLV nic does not support vlan_qinq_tpid.

Signed-off-by: zhuwenhui <wenhuix.zhu@intel.com>
---
 conf/test_case_checklist.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index bd7db60..29b30b0 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2106,7 +2106,8 @@
                 "cavium_a034",
                 "cavium_a011",
                 "cavium_a063",
-                "fortville_25g"
+                "fortville_25g",
+                "fortpark_TLV"
             ],
             "Target": [
                 "ALL"
--
2.17.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts] [PATCH V1] conf/test_case_checklist:add not support nic on vlan_qinq_tpid
@ 2019-07-22  7:59 zhuwenhui
  2019-07-22  7:56 ` Yao, BingX Y
  0 siblings, 1 reply; 3+ messages in thread
From: zhuwenhui @ 2019-07-22  7:59 UTC (permalink / raw)
  To: dts; +Cc: zhuwenhui

Add fortpark_TLV nic does not support vlan_qinq_tpid.

Signed-off-by: zhuwenhui <wenhuix.zhu@intel.com>
---
 conf/test_case_checklist.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index bd7db60..29b30b0 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2106,7 +2106,8 @@
                 "cavium_a034",
                 "cavium_a011",
                 "cavium_a063",
-                "fortville_25g"
+                "fortville_25g",
+                "fortpark_TLV"
             ],
             "Target": [
                 "ALL"
-- 
2.17.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1] conf/test_case_checklist:add not support nic on vlan_qinq_tpid
  2019-07-22  7:56 ` Yao, BingX Y
@ 2019-08-07  7:01   ` Tu, Lijuan
  0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-08-07  7:01 UTC (permalink / raw)
  To: Yao, BingX Y, Zhu, WenhuiX, dts; +Cc: Zhu, WenhuiX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yao, BingX Y
> Sent: Monday, July 22, 2019 3:57 PM
> To: Zhu, WenhuiX <wenhuix.zhu@intel.com>; dts@dpdk.org
> Cc: Zhu, WenhuiX <wenhuix.zhu@intel.com>
> Subject: Re: [dts] [PATCH V1] conf/test_case_checklist:add not support nic on
> vlan_qinq_tpid
> 
> Tested-by: Yao, BingX Y <bingx.y.yao@intel.com>
> 
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhuwenhui
> Sent: Monday, July 22, 2019 4:00 PM
> To: dts@dpdk.org
> Cc: Zhu, WenhuiX <wenhuix.zhu@intel.com>
> Subject: [dts] [PATCH V1] conf/test_case_checklist:add not support nic on
> vlan_qinq_tpid
> 
> Add fortpark_TLV nic does not support vlan_qinq_tpid.
> 
> Signed-off-by: zhuwenhui <wenhuix.zhu@intel.com>
> ---
>  conf/test_case_checklist.json | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index bd7db60..29b30b0 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -2106,7 +2106,8 @@
>                  "cavium_a034",
>                  "cavium_a011",
>                  "cavium_a063",
> -                "fortville_25g"
> +                "fortville_25g",
> +                "fortpark_TLV"
>              ],
>              "Target": [
>                  "ALL"
> --
> 2.17.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-07  7:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-22  7:59 [dts] [PATCH V1] conf/test_case_checklist:add not support nic on vlan_qinq_tpid zhuwenhui
2019-07-22  7:56 ` Yao, BingX Y
2019-08-07  7:01   ` 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).