From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 21A671BE0 for ; Wed, 7 Nov 2018 10:32:40 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Nov 2018 01:32:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,475,1534834800"; d="scan'208";a="105997474" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.110]) ([10.67.119.110]) by fmsmga001.fm.intel.com with ESMTP; 07 Nov 2018 01:32:39 -0800 To: "zhu,shuai" , dts@dpdk.org References: <1541574327-30234-1-git-send-email-shuaix.zhu@intel.com> From: Lijuan Tu Message-ID: <9f0cfe64-5521-469e-3be1-305e87b783cd@intel.com> Date: Thu, 8 Nov 2018 02:00:33 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <1541574327-30234-1-git-send-email-shuaix.zhu@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [PATCH V2] conf/supportlist:These cases only support on FVL 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: , X-List-Received-Date: Wed, 07 Nov 2018 09:32:41 -0000 Applied, thanks On 2018年11月07日 15:05, zhu,shuai wrote: > The following case will skip: > set_key_keylen, > queue_region_with_rss_rule_api, > queue_region_with_rss_rule_combination, > queue_region_with_invalid_parameter > > Signed-off-by: zhu,shuai > --- > conf/test_case_supportlist.json | 75 +++++++++++++++++++++++++++++++++ > 1 file changed, 75 insertions(+) > > diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json > index f97b90d..c5a6124 100644 > --- a/conf/test_case_supportlist.json > +++ b/conf/test_case_supportlist.json > @@ -540,5 +540,80 @@ > "Bug ID": "", > "Comments": "This case only support i40e driver nic" > } > + ], > + "set_key_keylen": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "fortville_eagle", > + "fortville_spirit", > + "fortville_spirit_single", > + "fortpark_TLV", > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case only support on FVL" > + } > + ], > + "queue_region_with_rss_rule_api": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "fortville_eagle", > + "fortville_spirit", > + "fortville_spirit_single", > + "fortville_25g", > + "fortpark_TLV", > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case only support on FVL" > + } > + ], > + "queue_region_with_rss_rule_combination": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "fortville_eagle", > + "fortville_spirit", > + "fortville_spirit_single", > + "fortville_25g", > + "fortpark_TLV", > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case only support on FVL" > + } > + ], > + "queue_region_with_invalid_parameter": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "fortville_eagle", > + "fortville_spirit", > + "fortville_spirit_single", > + "fortville_25g", > + "fortpark_TLV", > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case only support on FVL" > + } > ] > }