[V2] conf/test_case_supportlist:chksum check_l4_outher not support i40e, ixgbe, igb

Message ID 1600843902-18904-1-git-send-email-xix.zhang@intel.com (mailing list archive)
State Accepted
Headers
Series [V2] conf/test_case_supportlist:chksum check_l4_outher not support i40e, ixgbe, igb |

Commit Message

Zhang, XiX Sept. 23, 2020, 6:51 a.m. UTC
  chksum check_l4_outher not support i40e,ixgbe,igb

Signed-off-by: xizhan4x <xix.zhang@intel.com>
---
 conf/test_case_supportlist.json | 35 +++++++++++++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 2 deletions(-)
  

Comments

Zhang, XiX Sept. 24, 2020, 9:42 a.m. UTC | #1
Tested-by: Zhang, XiX <xix.zhang@intel.com>

> -----Original Message-----
> From: Zhang, XiX
> Sent: Wednesday, September 23, 2020 2:52 PM
> To: dts@dpdk.org
> Cc: Zhang, XiX <xix.zhang@intel.com>
> Subject: [dts][PATCH V2] conf/test_case_supportlist:chksum check_l4_outher
> not support i40e,ixgbe,igb
  
Peng, Yuan Sept. 29, 2020, 2:10 a.m. UTC | #2
Acked-by Peng, Yuan <yuan.peng@intel.com>


-----Original Message-----
From: dts <dts-bounces@dpdk.org> On Behalf Of xizhan4x
Sent: Wednesday, September 23, 2020 2:52 PM
To: dts@dpdk.org
Cc: Zhang, XiX <xix.zhang@intel.com>
Subject: [dts] [PATCH V2] conf/test_case_supportlist:chksum check_l4_outher not support i40e, ixgbe, igb

chksum check_l4_outher not support i40e,ixgbe,igb

Signed-off-by: xizhan4x <xix.zhang@intel.com>
---
 conf/test_case_supportlist.json | 35 +++++++++++++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 2 deletions(-)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 7232135..34f2303 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -2253,6 +2253,37 @@
             "Bug ID": "",
             "Comments": "This case only support ixgbe and igb nic,The feature corresponding task ticket is DPDK-7884."
         }
-    ]
-
+    ],
+     "hardware_checksum_check_l4_rx": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_100g",
+                "columbiaville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "This case only support ice"
+        }
+    ],
+     "hardware_checksum_check_l4_tx": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_100g",
+                "columbiaville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "This case only support ice"
+        }
+    ]
 }
--
1.8.3.1
  
Tu, Lijuan Oct. 12, 2020, 8:17 a.m. UTC | #3
> chksum check_l4_outher not support i40e,ixgbe,igb
> 
> Signed-off-by: xizhan4x <xix.zhang@intel.com>

Applied
  

Patch

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index 7232135..34f2303 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -2253,6 +2253,37 @@ 
             "Bug ID": "",
             "Comments": "This case only support ixgbe and igb nic,The feature corresponding task ticket is DPDK-7884."
         }
-    ]
-
+    ],
+     "hardware_checksum_check_l4_rx": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_100g",
+                "columbiaville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "This case only support ice"
+        }
+    ],
+     "hardware_checksum_check_l4_tx": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "columbiaville_100g",
+                "columbiaville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "This case only support ice"
+        }
+    ] 
 }