[V2,2/2] conf/test_case_checklist: NIC not support case

Message ID 20210209063510.12419-1-yanx.xia@intel.com (mailing list archive)
State Accepted
Headers
Series None |

Commit Message

Yan Xia Feb. 9, 2021, 6:35 a.m. UTC
  kernel driver ixgbe is not support the case

Signed-off-by: Xia Yan <yanx.xia@intel.com>
---
 conf/test_case_checklist.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
  

Comments

Tu, Lijuan Feb. 19, 2021, 8:23 a.m. UTC | #1
> kernel driver ixgbe is not support the case
> 
> Signed-off-by: Xia Yan <yanx.xia@intel.com>

Only see 2/2, where are 1/2 and 0/2. Anything I am missing ?
  
Tu, Lijuan Feb. 20, 2021, 1:24 a.m. UTC | #2
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Tu, Lijuan
> Sent: 2021年2月19日 16:24
> To: Xia, YanX <yanx.xia@intel.com>; dts@dpdk.org
> Cc: Xia, YanX <yanx.xia@intel.com>
> Subject: Re: [dts] [PATCH V2 2/2] conf/test_case_checklist: NIC not support
> case
> 
> > kernel driver ixgbe is not support the case
> >
> > Signed-off-by: Xia Yan <yanx.xia@intel.com>
> 
> Only see 2/2, where are 1/2 and 0/2. Anything I am missing ?

Applied, this is single patch, not a patch set, author made a mistake of add 2/2.
  

Patch

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 458c7277..133700fc 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -3569,5 +3569,23 @@ 
             "Bug ID": "DPDK-24129",
             "Comments": "CVL and FVL not support this case"
         }
+    ],
+    "mtu_checks_100": [
+         {
+             "OS": [
+                 "ALL"
+             ],
+             "NIC": [
+                 "niantic",
+                 "twinpond",
+                 "sageville",
+                 "sagepond"
+             ],
+             "Target": [
+                 "ALL"
+             ],
+             "Bug ID": "",
+             "Comments": "NIC not support this case"
+         }
     ]
 }