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 B2010A00C5; Fri, 8 May 2020 01:06:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EE4101DBC5; Fri, 8 May 2020 01:06:37 +0200 (CEST) Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) by dpdk.org (Postfix) with ESMTP id A89AF1DBC2 for ; Fri, 8 May 2020 01:06:36 +0200 (CEST) Received: by mail-lj1-f193.google.com with SMTP id l19so1627233lje.10 for ; Thu, 07 May 2020 16:06:36 -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=AOjQYOP6kg2emLOoT5LXeqE1b1YfOOWLYQSqDF2dszc=; b=QUMe3J8zSVyVigYN6nVwvNFuqViCnSjzm9FONi9cQXaOR3dghwOSuiuWGa4Lk0WRzN znUthajRtqEc+MBjfvMecJ5oDEW+xPr3bLmxz+UcYJFn/zN9bcJDMv1qphNf9EUvCb6T qd1X4LvlLQtWzImJA4MPwbzjByREq+duYcCz3RRpuPHXIGYHJ26/EGUrxzQ1JvFfacVL sRxZYyu7RCqLYR6+O0+T8Nm7Ff6y5ZN3hmH8tSJRhjHF+hCQiyjpBi8YwZzVkLTzFrX5 fppIZyNdkd4gEFTn84pK47pEB/3pI8pi0V44N0/pWcySC2cDsqudOQvPZt3M/xa1uKMo /HPg== 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=AOjQYOP6kg2emLOoT5LXeqE1b1YfOOWLYQSqDF2dszc=; b=sDdud2dRriZKrPofukf2YZs3Mxx2xcSHbIYR57QYL+cjMB7kc0l7ut2UoFieEkOcAV bQGoBvu36fkWGG8BxRzZELZvM5ldq7eLgU7ugI0TrKlh7r5F0Ph9wBSkwXRdtfRtnh/w 1VgoJoNvgLxKHBUcCUG8E5aD4Q4Uax5H0YhkCaBVUBgVa7KdCOqKVBpPqfZ1avbKiBR1 XnAteh4niTbJ947+C/3XPJrlT7kXoVvO/fN7stgmwKEL0nZU3ASLRmx5XnYExYHlt0Zh oWXStasiZtPgPjz2O1ZL36SsL3UtPVb5tCactvYM6/niqBoYCNrVszedN/yNxLsCfbvl Qanw== X-Gm-Message-State: AGi0Puao66c95FzAuJeEKaRBEDdmXi6Pnlwk9snmSE4rvub9aZ4cZnG7 X5/+u/3EnGH2hjJg2j7eT/E= X-Google-Smtp-Source: APiQypJxjDIRpxFOZwvGbLG6ng2uIuB5WANByMB55IiIxCCuqjn+LqEOPBdxmOJ5YybNmugizpj1JA== X-Received: by 2002:a2e:2e16:: with SMTP id u22mr10343745lju.243.1588892796134; Thu, 07 May 2020 16:06:36 -0700 (PDT) Received: from Sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id d28sm4747929lfe.76.2020.05.07.16.06.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 May 2020 16:06:35 -0700 (PDT) Date: Fri, 8 May 2020 02:06:34 +0300 From: Dmitry Kozlyuk To: talshn@mellanox.com Cc: dev@dpdk.org, thomas@monjalon.net, pallavi.kadam@intel.com, david.marchand@redhat.com, grive@u256.net, ranjit.menon@intel.com, navasile@linux.microsoft.com, anatoly.burakov@intel.com Message-ID: <20200508020634.4021c09c@Sovereign> In-Reply-To: <20200508015004.2510c9e7@Sovereign> References: <20200507121646.624-1-talshn@mellanox.com> <20200507121646.624-8-talshn@mellanox.com> <20200508015004.2510c9e7@Sovereign> X-Mailer: Claws Mail 3.17.5 (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 v3 7/7] bus/pci: support Windows with bifurcated drivers 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 2020-05-08 01:50 GMT+0300 Dmitry Kozlyuk wrote: [snip] > Cumulative fixes diff, feel free to distribute it among your patches: > > diff --git a/drivers/bus/pci/windows/pci.c b/drivers/bus/pci/windows/pci.c > index e8eff4f6f..9568a090a 100644 > --- a/drivers/bus/pci/windows/pci.c > +++ b/drivers/bus/pci/windows/pci.c > @@ -11,6 +11,10 @@ > > #include > > +#ifndef DEVPKEY_Device_Numa_Node > +DEFINE_DEVPROPKEY(DEVPKEY_Device_Numa_Node, 0x540b947e, 0x8b40, 0x45bc, 0xa8, 0xa2, 0x6a, 0x0b, 0x89, 0x4c, 0xbd, 0xa2, 3); > +#endif > + > #define MAX_STR_TOKENS 8 > #define DEC 10 > #define HEX 16 Correction: #ifdef RTE_TOOLCHAIN_GCC DEFINE_DEVPROPKEY(DEVPKEY_Device_Numa_Node, 0x540b947e, 0x8b40, 0x45bc, 0xa8, 0xa2, 0x6a, 0x0b, 0x89, 0x4c, 0xbd, 0xa2, 3); #endif since DEVPKEY_Device_Numa_Node is not a define. -- Dmitry Kozlyuk