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 C6AADA04A2; Tue, 12 May 2020 09:33:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BDB9A1C07E; Tue, 12 May 2020 09:33:08 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CD1301C06D for ; Tue, 12 May 2020 09:33:06 +0200 (CEST) IronPort-SDR: pC2MxzcK1ZhbCJ3MQynreumISM5IZ5qrIDOSSB07gXUdwVMH/qfPsHKF167UuP3SYZEZ87jOvH eH1L/ljUOfyA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2020 00:33:06 -0700 IronPort-SDR: cO0naO5zZcfukq8KCruIpgMuiFg183+33b+J08JGPQqk67V2M6Z9ba82ClDBEZXO0XhkUzN+Ne G2bupiLF+VXQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,382,1583222400"; d="scan'208";a="297938346" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga008.jf.intel.com with ESMTP; 12 May 2020 00:33:06 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 May 2020 00:33:06 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 May 2020 00:33:05 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.225]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.95]) with mapi id 14.03.0439.000; Tue, 12 May 2020 15:33:03 +0800 From: "Tu, Lijuan" To: "Mei, JianweiX" , "dts@dpdk.org" CC: "Mei, JianweiX" Thread-Topic: [dts] [PATCH V2] conf/test_case_checklist: add cases Thread-Index: AQHWJBKkxwgeDANNEU6n+ixpJIWOuKikFvog Date: Tue, 12 May 2020 07:33:03 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC2A351@SHSMSX101.ccr.corp.intel.com> References: <20200508045930.25041-1-jianweix.mei@intel.com> In-Reply-To: <20200508045930.25041-1-jianweix.mei@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 V2] conf/test_case_checklist: add cases 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 Mei Jianwei > Sent: Friday, May 8, 2020 1:00 PM > To: dts@dpdk.org > Cc: Mei, JianweiX > Subject: [dts] [PATCH V2] conf/test_case_checklist: add cases >=20 > add cases in checklist which are not supported by NICs. >=20 > Signed-off-by: Mei Jianwei > --- > conf/test_case_checklist.json | 104 +++++++++++++++++++++++++++++++--- > 1 file changed, 96 insertions(+), 8 deletions(-) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index d4f576a..3258e46 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -366,6 +366,7 @@ > "powerville", > "kawela_4", > "springville", > + "sageville", > "ironpond", > "cavium_a034", > "cavium_0011", > @@ -2945,7 +2946,9 @@ > ], > "NIC": [ > "sagepond", > - "niantic" > + "niantic", > + "springville", > + "sageville" > ], > "Target": [ > "ALL" > @@ -2961,7 +2964,9 @@ > ], > "NIC": [ > "sagepond", > - "niantic" > + "niantic", > + "springville", > + "sageville" > ], > "Target": [ > "ALL" > @@ -2977,7 +2982,9 @@ > ], > "NIC": [ > "sagepond", > - "niantic" > + "niantic", > + "springville", > + "sageville" > ], > "Target": [ > "ALL" > @@ -2986,14 +2993,16 @@ > "Comments": "only support by i40e" > } > ], > - "fdir_L2_mac_filter_complex": [ > + "fdir_L2_mac_filter_complex": [ > { > "OS": [ > "ALL" > ], > "NIC": [ > "sagepond", > - "niantic" > + "niantic", > + "springville", > + "sageville" > ], > "Target": [ > "ALL" > @@ -3002,14 +3011,16 @@ > "Comments": "only support by i40e" > } > ], > - "fdir_L2_mac_filter_basic_for_ipv4_udp": [ > + "fdir_L2_mac_filter_basic_for_ipv4_udp": [ > { > "OS": [ > "ALL" > ], > "NIC": [ > "sagepond", > - "niantic" > + "niantic", > + "springville", > + "sageville" > ], > "Target": [ > "ALL" > @@ -3297,7 +3308,8 @@ > "ALL" > ], > "NIC": [ > - "powerville" > + "powerville", > + "springville" > ], > "Target": [ > "ALL" > @@ -3321,5 +3333,81 @@ > "Bug ID": "DPDK-18754", > "Comments": "CVL NIC doesn't support the VLAN in pkg ptype" > } > + ], > + "txoffload_port_all": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "springville", > + "sageville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "Nic not support this case" > + } > + ], > + "rxoffload_port": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "springville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "springville not support this case" > + } > + ], > + "txoffload_port_cmdline": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "springville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "springville not support this case" > + } > + ], > + "rxoffload_port_all": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "sageville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "NIC not support this case" > + } > + ], > + "rxoffload_port_cmdline": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "sageville" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "NIC not support this case" > + } > ] > } > -- > 2.18.2