From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EFB53A00C2; Thu, 23 Apr 2020 07:53:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D671F1C29A; Thu, 23 Apr 2020 07:53:03 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4E2521C293 for ; Thu, 23 Apr 2020 07:53:02 +0200 (CEST) IronPort-SDR: tFCph+wDLO2nAI7o8wxPeRU6QP4HroR3qXPeqzQdE/Jer+s1UQ+iiLAfELtjkrXLwOpSt5Hs8b x2p9DAAuIgow== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2020 22:53:01 -0700 IronPort-SDR: Pmp5pno6uHXwNoAe0GoO5lSB8/Zj/x2oAw4zj5jTOuZUtn1TllafhkUlLT726zvjFAGKpxQBOU xUJeER8YlP1w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,305,1583222400"; d="scan'208";a="247663654" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga008.fm.intel.com with ESMTP; 22 Apr 2020 22:53:01 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 22 Apr 2020 22:52:57 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 22 Apr 2020 22:52:57 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by shsmsx102.ccr.corp.intel.com ([169.254.2.138]) with mapi id 14.03.0439.000; Thu, 23 Apr 2020 13:52:55 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] conf/checklist:add not NIC supported Thread-Index: AQHWGGrSqQhxP3vCSUWN46cBeIVA3aiGNgXg Date: Thu, 23 Apr 2020 05:52:54 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0F1DC@SHSMSX101.ccr.corp.intel.com> References: <1587535344-10184-1-git-send-email-weix.xie@intel.com> In-Reply-To: <1587535344-10184-1-git-send-email-weix.xie@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] conf/checklist:add not NIC supported X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xie Wei > Sent: Wednesday, April 22, 2020 2:02 PM > To: dts@dpdk.org > Cc: Xie, WeiX > Subject: [dts] [PATCH V1] conf/checklist:add not NIC supported >=20 > From: "Xie,WeiX" >=20 > ixgbe not support sriov_kwm,vf_interrupt_pmd not support some nics. >=20 > Signed-off-by: Xie,WeiX > --- > conf/test_case_checklist.json | 20 ++++++++++++++------ > 1 file changed, 14 insertions(+), 6 deletions(-) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index d29d235..cd5d01f 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2245,7 +2245,9 @@ > ], > "NIC": [ > "niantic", > - "sagepond" > + "sagepond", > + "sageville", > + "twinpond" > ], > "Target": [ > "ALL" > @@ -2513,7 +2515,9 @@ > ], > "NIC": [ > "niantic", > - "sagepond" > + "sagepond", > + "sageville", > + "twinpond" > ], > "Target": [ > "ALL" > @@ -2705,9 +2709,11 @@ > ], > "NIC": [ > "niantic", > - "sagepond", > - "sageville", > - "fortville_25g" > + "sagepond", > + "sageville", > + "fortville_25g", > + "twinpond", > + "powerville" > ], > "Target": [ > "ALL" > @@ -2725,7 +2731,9 @@ > "niantic", > "sagepond", > "sageville", > - "fortville_25g" > + "fortville_25g", > + "twinpond", > + "powerville" > ], > "Target": [ > "ALL" > -- > 1.8.3.1