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 60C1B430C3; Mon, 21 Aug 2023 17:50:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 32AE542D35; Mon, 21 Aug 2023 17:50:06 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 36D1E40DF5; Mon, 21 Aug 2023 17:50:05 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 9351F211FA3F; Mon, 21 Aug 2023 08:50:04 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9351F211FA3F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1692633004; bh=b8gmm4cbOK9MJ6iiWY8V5BFTiWC+UOCBpYSPz6DAiJY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NckWJf++rksFGKdYpthjaIxwkSdudMBFRXWBRhelOWZXdO+n3HrX2GpBRUOCHodhn 538+mONJYQAy5rKuM+Y2cIanQ0g9jD9lWjQfAi5x5fS/FStAyalvB1wEk40KtjYT1f mrEv9MFzCMVIZMRyKgUOrq7s0Sn6LAeFz6h9x8Z8= Date: Mon, 21 Aug 2023 08:50:04 -0700 From: Tyler Retzlaff To: Bruce Richardson Cc: dev@dpdk.org, ci@dpdk.org, Morten =?iso-8859-1?Q?Br=F8rup?= Subject: Re: [PATCH v5 03/10] app/test: make telemetry data test buildable on windows Message-ID: <20230821155004.GB21320@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230721115125.55137-1-bruce.richardson@intel.com> <20230815151053.996469-1-bruce.richardson@intel.com> <20230815151053.996469-4-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230815151053.996469-4-bruce.richardson@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, Aug 15, 2023 at 04:10:47PM +0100, Bruce Richardson wrote: > To enable the building of the telemetry data tests file when building on > windows, we need to provide a stub implementation. That way, the test > file is buildable any time the library itself is built. > > Signed-off-by: Bruce Richardson > Acked-by: Morten Brørup > --- Acked-by: Tyler Retzlaff