From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 14590A0350; Mon, 11 May 2020 20:48:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A07901C11C; Mon, 11 May 2020 20:48:51 +0200 (CEST) Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) by dpdk.org (Postfix) with ESMTP id 10E4E1C0DA for ; Mon, 11 May 2020 20:48:51 +0200 (CEST) Received: by mail-lj1-f196.google.com with SMTP id u6so10700032ljl.6 for ; Mon, 11 May 2020 11:48:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YCgRFpJ/f37vlO6ACv1YYB92baTcO59FfKsP7e/qh38=; b=WJmdRi9asJc51Jf2i1aWHIk6sm3Z1AtsNGSoqEVFGS2t5Lxe6eobAXzUWpwXQtoY9B AR96tBopiErjRimQ1qTP99Q6t3lAEVfIZpD2nnEFrAJtp/RevRF/hLpZ/+Bu9mVgsoJ7 l9Wbnx4r9QPTNaIhsCkhfMW0087MSKAq2XdWz0s8LnBmegqYYGo93T1oV4YgMF2+YXC9 SO9ZEsC6Yn6SL8ng1whxhUFGi3aN2MmrjiJSKQGEPWXOqsJCedGA+hPSFrRVaRh0H4SJ PQOvOwtEPn+/7WDwDgoSYmpHBLhrsgrq691qYr/5Vbs3Ai6opiIBgudXeHCkI7WAoBqm UF7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YCgRFpJ/f37vlO6ACv1YYB92baTcO59FfKsP7e/qh38=; b=tcsy47S7ZVKNVaulNv+gKjbnT0y1+FXwKc+q1+1NXiYDPaiiRklpwPQt/8ENmE3J95 Q1NhC2udVed+XvDtokiJ6FhWAoQf9P08rCs6Pr3ry4j2EaXO8DgBTH4ptXHSOvmrXnET OU+ldloFcuUfeDAhUy0RTRaFCK8H8b63VgrgyAAz86Vo4B70HztFCL825pGd+cZB+DEa dFRpJYCCCK8pav+ToS1bEkzc9ClSQsYbaS8NFUh3ScsqV5VQw0Du/mES1vnhZq7byqPO qXb8ofhVh5+CDcuXpd/SfWbC00+O344YavufnqHN75G+TQ6PYCgR9Z7z51oMY6QzEtB4 BFNg== X-Gm-Message-State: AOAM533wCNTUlAr/TnI4qDUa/EafPph42FvOB98V3ZKv/kSSHDLexa3b XJz7t0W2s6KDLC/bDjqthtY= X-Google-Smtp-Source: ABdhPJzLXR0OOuhujpwJNYGBZb3lwoC3JN2a4C75vgejKQAXxUUHmEQHsd+mdcd9Oo/+TNJG82/oRA== X-Received: by 2002:a2e:8018:: with SMTP id j24mr11377801ljg.246.1589222930546; Mon, 11 May 2020 11:48:50 -0700 (PDT) Received: from nixos (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id h3sm11923644lfk.3.2020.05.11.11.48.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 May 2020 11:48:49 -0700 (PDT) Date: Mon, 11 May 2020 21:48:48 +0300 From: Dmitry Kozlyuk To: Fady Bader Cc: dev@dpdk.org, thomas@monjalon.net, talshn@mellanox.com, dmitry.kozliuk@gmail.com, yohadt@mellanox.com, harini.ramakrishnan@microsoft.com, ocardona@microsoft.com, anand.rawat@intel.com, ranjit.menon@intel.com Message-ID: <20200511214848.50e681ee@nixos> In-Reply-To: <20200510120305.13428-4-fady@mellanox.com> References: <20200510120305.13428-1-fady@mellanox.com> <20200510120305.13428-4-fady@mellanox.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6 3/3] timer: support EAL functions on Windows X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sun, 10 May 2020 15:03:05 +0300 Fady Bader wrote: > Implemented the needed Windows eal timer functions. > > Signed-off-by: Fady Bader > --- > lib/librte_eal/common/meson.build | 1 + > lib/librte_eal/windows/eal.c | 6 +++ > lib/librte_eal/windows/eal_timer.c | 86 > +++++++++++++++++++++++++++++++++ > lib/librte_eal/windows/include/rte_os.h | 2 + > lib/librte_eal/windows/meson.build | 1 + 5 files changed, 96 > insertions(+) create mode 100644 lib/librte_eal/windows/eal_timer.c > > diff --git a/lib/librte_eal/common/meson.build > b/lib/librte_eal/common/meson.build index 155da29b4..0ea995573 100644 > --- a/lib/librte_eal/common/meson.build > +++ b/lib/librte_eal/common/meson.build > @@ -14,6 +14,7 @@ if is_windows > 'eal_common_log.c', > 'eal_common_options.c', > 'eal_common_thread.c', > + 'eal_common_timer.c', > 'rte_option.c', > ) > subdir_done() This hunk does not apply on current master, because there is no rte_option.c in the tree and in the list. With rte_option.c removed, Tested-by: Dmitry Kozlyuk -- Dmirty Kozlyuk