* [dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL
@ 2020-06-11 8:05 Haiyang Zhao
2020-06-11 8:18 ` Zhao, HaiyangX
2020-06-19 4:50 ` Tu, Lijuan
0 siblings, 2 replies; 3+ messages in thread
From: Haiyang Zhao @ 2020-06-11 8:05 UTC (permalink / raw)
To: dts; +Cc: Haiyang Zhao
*.CVL do not support DPDK PF + DPDK VF
Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
conf/test_case_checklist.json | 64 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 73eda68..bc669a5 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -3425,5 +3425,69 @@
"Bug ID": "",
"Comments": "32 bites not support this case(memoory not enough)."
}
+ ],
+ "dpdk_2pf_2vf_1vm_iplink_macfilter": [
+ {
+ "OS": [
+ "ALL"
+ ],
+ "NIC": [
+ "columbiaville_100g",
+ "columbiaville_25g"
+ ],
+ "Target": [
+ "ALL"
+ ],
+ "Bug ID": "",
+ "Comments": "CVL not support DPDK PF + DPDK VF"
+ }
+ ],
+ "dpdk_2pf_2vf_1vm": [
+ {
+ "OS": [
+ "ALL"
+ ],
+ "NIC": [
+ "columbiaville_100g",
+ "columbiaville_25g"
+ ],
+ "Target": [
+ "ALL"
+ ],
+ "Bug ID": "",
+ "Comments": "CVL not support DPDK PF + DPDK VF"
+ }
+ ],
+ "dpdk_pf_vf_reset": [
+ {
+ "OS": [
+ "ALL"
+ ],
+ "NIC": [
+ "columbiaville_100g",
+ "columbiaville_25g"
+ ],
+ "Target": [
+ "ALL"
+ ],
+ "Bug ID": "",
+ "Comments": "CVL not support DPDK PF + DPDK VF"
+ }
+ ],
+ "VEB_switching_inter_vfs_and_pf": [
+ {
+ "OS": [
+ "ALL"
+ ],
+ "NIC": [
+ "columbiaville_100g",
+ "columbiaville_25g"
+ ],
+ "Target": [
+ "ALL"
+ ],
+ "Bug ID": "",
+ "Comments": "CVL not support DPDK PF + DPDK VF"
+ }
]
}
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL
2020-06-11 8:05 [dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL Haiyang Zhao
@ 2020-06-11 8:18 ` Zhao, HaiyangX
2020-06-19 4:50 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Zhao, HaiyangX @ 2020-06-11 8:18 UTC (permalink / raw)
To: dts
[-- Attachment #1: Type: text/plain, Size: 2752 bytes --]
Tested-by: Zhao, HaiyangX <haiyangx.zhao@intel.com>
Best Regards,
Zhao haiyang
> -----Original Message-----
> From: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Sent: Thursday, June 11, 2020 16:06
> To: dts@dpdk.org
> Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Subject: [dts][PATCH V1] conf/test_case_checklist: skip cases which use
> DPDK PF to create vf for CVL
>
> *.CVL do not support DPDK PF + DPDK VF
>
> Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
> ---
> conf/test_case_checklist.json | 64
> +++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 64 insertions(+)
>
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index 73eda68..bc669a5 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -3425,5 +3425,69 @@
> "Bug ID": "",
> "Comments": "32 bites not support this case(memoory not enough)."
> }
> + ],
> + "dpdk_2pf_2vf_1vm_iplink_macfilter": [
> + {
> + "OS": [
> + "ALL"
> + ],
> + "NIC": [
> + "columbiaville_100g",
> + "columbiaville_25g"
> + ],
> + "Target": [
> + "ALL"
> + ],
> + "Bug ID": "",
> + "Comments": "CVL not support DPDK PF + DPDK VF"
> + }
> + ],
> + "dpdk_2pf_2vf_1vm": [
> + {
> + "OS": [
> + "ALL"
> + ],
> + "NIC": [
> + "columbiaville_100g",
> + "columbiaville_25g"
> + ],
> + "Target": [
> + "ALL"
> + ],
> + "Bug ID": "",
> + "Comments": "CVL not support DPDK PF + DPDK VF"
> + }
> + ],
> + "dpdk_pf_vf_reset": [
> + {
> + "OS": [
> + "ALL"
> + ],
> + "NIC": [
> + "columbiaville_100g",
> + "columbiaville_25g"
> + ],
> + "Target": [
> + "ALL"
> + ],
> + "Bug ID": "",
> + "Comments": "CVL not support DPDK PF + DPDK VF"
> + }
> + ],
> + "VEB_switching_inter_vfs_and_pf": [
> + {
> + "OS": [
> + "ALL"
> + ],
> + "NIC": [
> + "columbiaville_100g",
> + "columbiaville_25g"
> + ],
> + "Target": [
> + "ALL"
> + ],
> + "Bug ID": "",
> + "Comments": "CVL not support DPDK PF + DPDK VF"
> + }
> ]
> }
> --
> 1.8.3.1
[-- Attachment #2: TestVfMacFilter.log --]
[-- Type: application/octet-stream, Size: 58330 bytes --]
[-- Attachment #3: TestVfPacketRxtx.log --]
[-- Type: application/octet-stream, Size: 92257 bytes --]
[-- Attachment #4: TestVEBSwitching.log --]
[-- Type: application/octet-stream, Size: 1016 bytes --]
11/06/2020 15:51:43 dts:
TEST SUITE : TestVEBSwitching
11/06/2020 15:51:43 dts: NIC : columbiaville_25g
11/06/2020 15:51:43 dut.10.240.183.67:
11/06/2020 15:51:43 tester:
11/06/2020 15:51:46 TestVEBSwitching: Rerun Test Case test_VEB_switching_inter_vfs Begin
11/06/2020 15:51:56 TestVEBSwitching: Rerun Test Case test_VEB_switching_inter_vfs_and_pf Begin
11/06/2020 15:52:00 TestVEBSwitching: Rerun Test Case test_VEB_switching_inter_vfs_and_pf Begin
11/06/2020 15:52:00 TestVEBSwitching: Test Case test_VEB_switching_inter_vfs_and_pf Result SKIPPED:
11/06/2020 15:52:02 TestVEBSwitching: Rerun Test Case test_VEB_switching_inter_vfs_mac_fwd Begin
11/06/2020 15:52:03 TestVEBSwitching: Rerun Test Case test_VEB_switching_inter_vfs_vlan Begin
11/06/2020 15:52:03 dts:
TEST SUITE ENDED: TestVEBSwitching
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL
2020-06-11 8:05 [dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL Haiyang Zhao
2020-06-11 8:18 ` Zhao, HaiyangX
@ 2020-06-19 4:50 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-06-19 4:50 UTC (permalink / raw)
To: Zhao, HaiyangX, dts; +Cc: Zhao, HaiyangX
Applied, thanks
-----Original Message-----
From: dts <dts-bounces@dpdk.org> On Behalf Of Haiyang Zhao
Sent: 2020年6月11日 16:06
To: dts@dpdk.org
Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
Subject: [dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL
*.CVL do not support DPDK PF + DPDK VF
Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
conf/test_case_checklist.json | 64 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 73eda68..bc669a5 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -3425,5 +3425,69 @@
"Bug ID": "",
"Comments": "32 bites not support this case(memoory not enough)."
}
+ ],
+ "dpdk_2pf_2vf_1vm_iplink_macfilter": [
+ {
+ "OS": [
+ "ALL"
+ ],
+ "NIC": [
+ "columbiaville_100g",
+ "columbiaville_25g"
+ ],
+ "Target": [
+ "ALL"
+ ],
+ "Bug ID": "",
+ "Comments": "CVL not support DPDK PF + DPDK VF"
+ }
+ ],
+ "dpdk_2pf_2vf_1vm": [
+ {
+ "OS": [
+ "ALL"
+ ],
+ "NIC": [
+ "columbiaville_100g",
+ "columbiaville_25g"
+ ],
+ "Target": [
+ "ALL"
+ ],
+ "Bug ID": "",
+ "Comments": "CVL not support DPDK PF + DPDK VF"
+ }
+ ],
+ "dpdk_pf_vf_reset": [
+ {
+ "OS": [
+ "ALL"
+ ],
+ "NIC": [
+ "columbiaville_100g",
+ "columbiaville_25g"
+ ],
+ "Target": [
+ "ALL"
+ ],
+ "Bug ID": "",
+ "Comments": "CVL not support DPDK PF + DPDK VF"
+ }
+ ],
+ "VEB_switching_inter_vfs_and_pf": [
+ {
+ "OS": [
+ "ALL"
+ ],
+ "NIC": [
+ "columbiaville_100g",
+ "columbiaville_25g"
+ ],
+ "Target": [
+ "ALL"
+ ],
+ "Bug ID": "",
+ "Comments": "CVL not support DPDK PF + DPDK VF"
+ }
]
}
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-19 4:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 8:05 [dts] [PATCH V1] conf/test_case_checklist: skip cases which use DPDK PF to create vf for CVL Haiyang Zhao
2020-06-11 8:18 ` Zhao, HaiyangX
2020-06-19 4:50 ` 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).