[V1] conf/test_case_checklist: the same VSI cannot have more than one mirror rule

Message ID 20210203052347.17118-1-weix.xie@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] conf/test_case_checklist: the same VSI cannot have more than one mirror rule |

Commit Message

Xie, WeiX Feb. 3, 2021, 5:23 a.m. UTC
  Due to firmware restriction of X722, the same VSI cannot have more than one mirror rule.
Currently, the firmware-version: 4.10 0x80001a7a

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 conf/test_case_checklist.json | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
  

Comments

Xie, WeiX Feb. 3, 2021, 5:24 a.m. UTC | #1
Tested-by:  Xie,WeiX < weix.xie@intel.com>

Regards,
Xie Wei


> -----Original Message-----
> From: Xie wei [mailto:weix.xie@intel.com]
> Sent: Wednesday, February 3, 2021 1:24 PM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [PATCH V1] conf/test_case_checklist: the same VSI cannot have
> more than one mirror rule
  
Tu, Lijuan Feb. 3, 2021, 6:56 a.m. UTC | #2
> Due to firmware restriction of X722, the same VSI cannot have more than one
> mirror rule.
> Currently, the firmware-version: 4.10 0x80001a7a
> 
> Signed-off-by: Xie wei <weix.xie@intel.com>

Applied
  

Patch

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index ef07c148..458c7277 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2302,6 +2302,36 @@ 
             "Bug ID": "",
             "Comments": "Niantic not support this case"
         }
+    ],
+    "two_vms_uplink_and_downlink_mirror": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortpark_BASE-T"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "NIC X722 firmware doesn't support to add more than one mirror rule in one vsi"
+        }
+    ],
+    "two_vms_vlan_and_pool_and_uplink_and_downlink": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortpark_BASE-T"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "NIC X722 firmware doesn't support to add more than one mirror rule in one vsi"
+        }
     ],
      "queue_region_with_rss_rule_api": [
         {