Tested-by: Li, WenjieX A > -----Original Message----- > From: Li, WenjieX A > Sent: Friday, November 1, 2019 7:45 PM > To: dts@dpdk.org > Cc: Li, WenjieX A > Subject: [dts][PATCH V1] conf/checklist: CVL not support > GRE_packet_filter/tunnel_filter/tunnel_filter_invalid > > columbiaville nic does not support below cases: > ipgre/GRE_packet_filter > nvgre/tunnel_filter > nvgre/tunnel_filter_invalid > vxlan/tunnel_filter > vxlan/tunnel_filter_invalid > Reason: > "testpmd> tunnel_filter add xxx" > return: ice_dev_filter_ctrl(): Filter type (6) not supported > > Signed-off-by: Wenjie Li > --- > conf/test_case_checklist.json | 48 +++++++++++++++++++++++++++++++++++ > 1 file changed, 48 insertions(+) > > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index > 53c5221..ffafaf4 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2365,5 +2365,53 @@ > "Bug ID": "", > "Comments": "the nic not support this case" > } > + ], > + "tunnel_filter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "columbiaville_25g", > + "columbiaville_100g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case: ice_dev_filter_ctrl(): Filter > type (6) not supported" > + } > + ], > + "tunnel_filter_invalid": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "columbiaville_25g", > + "columbiaville_100g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case: ice_dev_filter_ctrl(): Filter > type (6) not supported" > + } > + ], > + "GRE_packet_filter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "columbiaville_25g", > + "columbiaville_100g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "the nic not support this case: ice_dev_filter_ctrl(): Filter > type (6) not supported" > + } > ] > } > -- > 2.17.1