From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9FC1BA034E; Fri, 11 Mar 2022 13:31:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 878B740140; Fri, 11 Mar 2022 13:31:12 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 5B65340042 for ; Fri, 11 Mar 2022 13:31:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647001871; x=1678537871; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=sQekZVQyjXBtx+d0yPf6owqPmYP2Iw5hPOwkRWQ/58E=; b=XRkb3yffOQEFD7Rm5f4pHrKb6DaqPvTCUlTD/B6AUAE97u8CkAZsJ/Z3 ZGL7tr7KbiknrA3dlScIQMe+zANeZ9N4Gq0/aXYFfP5XCB5zoa+DPvX3T rw1T+fAe9aHQXkyGE5bxT1J9l1B1mCp0q3D5UWHMZe7EEENCuait8r+dL H6hxqyyEnIq4YeGGcJr2duPRDG4mCGU+npH9NOucnlMRpLckquGBYHhVs F+NeqyEuXNN5vM2sSilQMYn43CWIIgdH88rk3GLiHebN5hRqIjApxHiMe MX51EByDZmoCZXLF1KQXvmPBVek0UuKarx5zpW7Wi0d2UqInpi1WPvSfC g==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="341991883" X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="341991883" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2022 04:31:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="633400815" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by FMSMGA003.fm.intel.com with ESMTP; 11 Mar 2022 04:31:10 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Fri, 11 Mar 2022 04:31:09 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Fri, 11 Mar 2022 20:31:07 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.021; Fri, 11 Mar 2022 20:31:07 +0800 From: "Tu, Lijuan" To: "ohilyard@iol.unh.edu" , "dts@dpdk.org" Subject: RE: [PATCH] tests: Remove abi stable test suite Thread-Topic: [PATCH] tests: Remove abi stable test suite Thread-Index: AQHYLmc/5yMNG/mcoUOrb0es7BuKuay6KtLQ Date: Fri, 11 Mar 2022 12:31:07 +0000 Message-ID: <78623142018c47f1b4778a211eb64e0e@intel.com> References: <20220302185601.39336-1-ohilyard@iol.unh.edu> In-Reply-To: <20220302185601.39336-1-ohilyard@iol.unh.edu> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 > -----Original Message----- > From: ohilyard@iol.unh.edu > Sent: 2022=1B$BG/=1B(B3=1B$B7n=1B(B3=1B$BF|=1B(B 2:56 > To: dts@dpdk.org > Cc: Owen Hilyard > Subject: [PATCH] tests: Remove abi stable test suite >=20 > From: Owen Hilyard >=20 > This test suite is unused and better handled by tools inside of DPDK. >=20 > Signed-off-by: Owen Hilyard Acked-by: Lijuan Tu applied