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 E8FF8430C3; Mon, 21 Aug 2023 17:52:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7ED3943000; Mon, 21 Aug 2023 17:52:52 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 6B9E140DF5 for ; Mon, 21 Aug 2023 17:52:51 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id BE768211FA3F; Mon, 21 Aug 2023 08:52:50 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com BE768211FA3F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1692633170; bh=Ra+Bgy09npXL/xugYmnbXvdNvoRmRa+hFdIA3o+XD9k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X8+NhdRO5t1Eomg1TBrH7VsJ1fYkD8m8KJjJme/9WbijXK5HMk2pJY/iSDis5fI9V GBHw9Fuu+5BkQ+CW/yCMqbvlU2Ohd9dILaSIYAAYcRRYxu8ApdDftt4H2fI3tFw8BI CxdzMqSvIYwm3OCGONBKFafNeRKpSvZR066GT0l0= Date: Mon, 21 Aug 2023 08:52:50 -0700 From: Tyler Retzlaff To: Bruce Richardson Cc: dev@dpdk.org, david.marchand@redhat.com, probb@iol.unh.edu, mb@smartsharesystems.com Subject: Re: [PATCH v6 04/11] app/test: make telemetry data test buildable on windows Message-ID: <20230821155250.GC21320@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230721115125.55137-1-bruce.richardson@intel.com> <20230816153439.551501-1-bruce.richardson@intel.com> <20230816153439.551501-5-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: <20230816153439.551501-5-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 Wed, Aug 16, 2023 at 04:34:32PM +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 > --- let me also ack the latest v6 Acked-by: Tyler Retzlaff