Tested-by: Zhang, XiX -----Original Message----- From: Zhang, XiX Sent: Monday, July 27, 2020 5:36 PM To: dts@dpdk.org Cc: Zhang, XiX Subject: [dts][PATCH V1] conf/test_case_supportlist:multicast_filter only support igb ixgbe,i40e feature corresponding task ticket is DPDK-7884. mac_filter/test_multicast_filter:igbe/ixgbe/mlx5/i40e_vf all support this op, i40e feature corresponding task ticket is DPDK-7884. Signed-off-by: xizhan4x --- conf/test_case_supportlist.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index a720a7f..85da736 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -2224,5 +2224,29 @@ "Bug ID": "", "Comments": "This case only support ixgbe and igb nic " } + ], + "multicast_filter": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "ironpond", + "twinpond", + "twinville", + "sageville", + "sagepond", + "springville", + "powerville", + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support ixgbe and igb nic,The feature corresponding task ticket is DPDK-7884." + } ] + } -- 1.8.3.1