[V1] conf/test_case_supportlist:multicast_filter only support igb ixgbe, i40e feature corresponding task ticket is DPDK-7884.

Message ID 1595842582-6622-1-git-send-email-xix.zhang@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] conf/test_case_supportlist:multicast_filter only support igb ixgbe, i40e feature corresponding task ticket is DPDK-7884. |

Commit Message

Zhang, XiX July 27, 2020, 9:36 a.m. UTC
  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 <xix.zhang@intel.com>
---
 conf/test_case_supportlist.json | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
  

Comments

Zhang, XiX July 27, 2020, 9:37 a.m. UTC | #1
Tested-by: Zhang, XiX <xix.zhang@intel.com>

-----Original Message-----
From: Zhang, XiX 
Sent: Monday, July 27, 2020 5:36 PM
To: dts@dpdk.org
Cc: Zhang, XiX <xix.zhang@intel.com>
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 <xix.zhang@intel.com>
---
 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
  
Tu, Lijuan Aug. 12, 2020, 5:42 a.m. UTC | #2
> 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 <xix.zhang@intel.com>
> ---
>  conf/test_case_supportlist.json | 24 ++++++++++++++++++++++++

Applied, thanks
  

Patch

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."
+        }
     ]
+
 }