test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases
@ 2020-04-30  5:48 Haiyang Zhao
  2020-04-30  6:08 ` Mei, JianweiX
  2020-05-06  3:28 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Haiyang Zhao @ 2020-04-30  5:48 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

*.flags/qinq_packet_filter_VF_queues are unsupported
  in 32bit OS due to address space limited.

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 conf/test_case_checklist.json | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 0434f07..2e0a081 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -1988,6 +1988,40 @@
             "Comments": ""
         }
     ],
+    "flags": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ALL"
+            ],
+            "Target": [
+                "i686-native-linuxapp-gcc",
+                "i686-native-linuxapp-icc",
+                "i686-native-linuxapp-clang"
+            ],
+            "Bug ID": "",
+            "Comments": "32 bit address space limited"
+        }
+    ],
+    "qinq_packet_filter_VF_queues": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ALL"
+            ],
+            "Target": [
+                "i686-native-linuxapp-gcc",
+                "i686-native-linuxapp-icc",
+                "i686-native-linuxapp-clang"
+            ],
+            "Bug ID": "",
+            "Comments": "32 bit address space limited"
+        }
+    ],
     "multiprocess": [
         {
             "OS": [
-- 
2.18.2


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

* Re: [dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases
  2020-04-30  5:48 [dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases Haiyang Zhao
@ 2020-04-30  6:08 ` Mei, JianweiX
  2020-05-06  3:28 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Mei, JianweiX @ 2020-04-30  6:08 UTC (permalink / raw)
  To: Zhao, HaiyangX, dts; +Cc: Zhao, HaiyangX

[-- Attachment #1: Type: text/plain, Size: 1844 bytes --]

Tested-by:  Mei Jianwei <jianweix.mei@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Haiyang Zhao
Sent: Thursday, April 30, 2020 1:48 PM
To: dts@dpdk.org
Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
Subject: [dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases

*.flags/qinq_packet_filter_VF_queues are unsupported
  in 32bit OS due to address space limited.

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 conf/test_case_checklist.json | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 0434f07..2e0a081 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -1988,6 +1988,40 @@
             "Comments": ""
         }
     ],
+    "flags": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ALL"
+            ],
+            "Target": [
+                "i686-native-linuxapp-gcc",
+                "i686-native-linuxapp-icc",
+                "i686-native-linuxapp-clang"
+            ],
+            "Bug ID": "",
+            "Comments": "32 bit address space limited"
+        }
+    ],
+    "qinq_packet_filter_VF_queues": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "ALL"
+            ],
+            "Target": [
+                "i686-native-linuxapp-gcc",
+                "i686-native-linuxapp-icc",
+                "i686-native-linuxapp-clang"
+            ],
+            "Bug ID": "",
+            "Comments": "32 bit address space limited"
+        }
+    ],
     "multiprocess": [
         {
             "OS": [
--
2.18.2


[-- Attachment #2: TestUnitTestsEal.log --]
[-- Type: application/octet-stream, Size: 445 bytes --]

01/05/2020 01:30:33                            dts: 
TEST SUITE : TestUnitTestsEal
01/05/2020 01:30:33                            dts: NIC :        fortville_25g
01/05/2020 01:30:33             dut.10.240.183.216: 
01/05/2020 01:30:33                         tester: 
01/05/2020 01:30:33               TestUnitTestsEal: Test Case test_flags Result SKIPPED:
01/05/2020 01:30:33                            dts: 
TEST SUITE ENDED: TestUnitTestsEal

[-- Attachment #3: TestQinqFilter.log --]
[-- Type: application/octet-stream, Size: 131566 bytes --]

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

* Re: [dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases
  2020-04-30  5:48 [dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases Haiyang Zhao
  2020-04-30  6:08 ` Mei, JianweiX
@ 2020-05-06  3:28 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-05-06  3:28 UTC (permalink / raw)
  To: Zhao, HaiyangX, dts; +Cc: Zhao, HaiyangX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Haiyang Zhao
> Sent: Thursday, April 30, 2020 1:48 PM
> To: dts@dpdk.org
> Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Subject: [dts] [PATCH V1] conf/test_case_checklist: update 32bit
> unsupported cases
> 
> *.flags/qinq_packet_filter_VF_queues are unsupported
>   in 32bit OS due to address space limited.
> 
> Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
> ---
>  conf/test_case_checklist.json | 34 ++++++++++++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index 0434f07..2e0a081 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -1988,6 +1988,40 @@
>              "Comments": ""
>          }
>      ],
> +    "flags": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "ALL"
> +            ],
> +            "Target": [
> +                "i686-native-linuxapp-gcc",
> +                "i686-native-linuxapp-icc",
> +                "i686-native-linuxapp-clang"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "32 bit address space limited"
> +        }
> +    ],
> +    "qinq_packet_filter_VF_queues": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "ALL"
> +            ],
> +            "Target": [
> +                "i686-native-linuxapp-gcc",
> +                "i686-native-linuxapp-icc",
> +                "i686-native-linuxapp-clang"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "32 bit address space limited"
> +        }
> +    ],
>      "multiprocess": [
>          {
>              "OS": [
> --
> 2.18.2


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

end of thread, other threads:[~2020-05-06  3:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30  5:48 [dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases Haiyang Zhao
2020-04-30  6:08 ` Mei, JianweiX
2020-05-06  3:28 ` 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).