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 3B83EA0A02; Fri, 15 Jan 2021 06:34:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F2C18140EBD; Fri, 15 Jan 2021 06:34:49 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 6EB8C140EBC for ; Fri, 15 Jan 2021 06:34:48 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id B2CE720B7192; Thu, 14 Jan 2021 21:34:47 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B2CE720B7192 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1610688887; bh=KHHqud+Dj68whxaXbj7qb5tCpCuCnKKHYQ3HvGup/RQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Rbbxzz3eCXeXNhg1BgZ+CO9aUdcr0sKnJMES0NR2bEFsAV2ykHN1w+f+otx09r61p NA391m4ys2VQ03ehGiVemjEGrjum5hZpFd08bEQkiZoY2sa45I/52pZdQ1HHMoTHDg 5sugzoNunJmpLmlL7y5CXnuXAG2Qq9Nac213GOj4= Date: Thu, 14 Jan 2021 21:34:47 -0800 From: Tyler Retzlaff To: Ranjit Menon Cc: dev@dpdk.org Message-ID: <20210115053447.GA30327@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1610491311-4079-1-git-send-email-roretzla@linux.microsoft.com> <1610659355-31330-1-git-send-email-roretzla@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH v3] pci/windows: fix build with SDK >= 10.0.20253 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 Sender: "dev" On Thu, Jan 14, 2021 at 02:59:44PM -0800, Ranjit Menon wrote: > Quick q: Do you know when this new SDK will be available publicly? there are periodic release of the sdk [2] that match the versions of windows available through the windows insider program [1]. i can see the latest available appears to be 20279 (so later) than the kit i referenced in the change. so to answer your question a newer kit is available now. just remember preview kits do not provide a compatibility guarantee i.e. api and abi may change [1] https://insider.windows.com/en-us/ [2] https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK