Message ID | 20210209063510.12419-1-yanx.xia@intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | None | expand |
> 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 ?
> -----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.
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" + } ] }
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(+)