From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4237714E8 for ; Fri, 25 May 2018 11:11:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 May 2018 02:11:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,439,1520924400"; d="scan'208";a="58415452" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.57]) ([10.67.119.57]) by fmsmga001.fm.intel.com with ESMTP; 25 May 2018 02:11:36 -0700 Message-ID: <5B0840C6.5020005@intel.com> Date: Sat, 26 May 2018 00:58:46 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,gang" , dts@dpdk.org References: <1527239201-26601-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1527239201-26601-1-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] remove devargs unit tests 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: Fri, 25 May 2018 09:11:38 -0000 Thanks, Gang. Applied. On 05/25/2018 05:06 PM, xu,gang wrote: > reference dpdk commit 83945fbd7c4954c1cfad320eb28c0dcbd5087bb3 > remove devargs unit tests > The current test will not be compatible anymore with a private devargs list. > Moreover, the new functions should have new tests, while the existing > API will be removed. > The current unit tests are thus obsolete and hereby removed. > > > Signed-off-by: xu,gang