Tested-by: Zhao, HaiyangX Best Regards, Zhao haiyang > -----Original Message----- > From: Zhao, HaiyangX > Sent: Thursday, June 11, 2020 16:06 > To: dts@dpdk.org > Cc: Zhao, HaiyangX > 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 > --- > 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