From patchwork Sat Oct 2 16:18:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Kozlyuk X-Patchwork-Id: 100369 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9ECD2A0032; Sat, 2 Oct 2021 18:18:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4DFD7410DA; Sat, 2 Oct 2021 18:18:31 +0200 (CEST) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) by mails.dpdk.org (Postfix) with ESMTP id 4FE944067B for ; Sat, 2 Oct 2021 18:18:30 +0200 (CEST) Received: by mail-lf1-f47.google.com with SMTP id g41so51285058lfv.1 for ; Sat, 02 Oct 2021 09:18:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lmn2gN/IvL4yWqgcPFai4IpmDZj75WygYqn2dT44fZU=; b=hvqp09/X5xyt5olvrzuitguUhNHFK4O3Tl45vEN8t9GL//f2K4Kd0xqTY7qkfMCNWn 3RGmdQJL8lInc7Nm4VotV0PBgmIi9c8G6D3DwV0e7pBYiFay2kWfKjOpQIOsLGfBhyrH Kps52OlGEeBMSd/jZOSIrFv/S6RzJVqJ3VwQ3GG664G9Cdtu8ld7WxOcESwhyRMp449b DAY2xMv9Or9TWSIQsQCj21QPmt1c3fMy1KMBEVJDaA1hMd2OHlvSQ/f5tFjjpqrpEdi3 vozRpHENpLQf2mWMbAPnkHJZ6xQ+dAfO2aGBBMOBKXABgp05sDEHInjyhZH99sxdBjHz 68/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lmn2gN/IvL4yWqgcPFai4IpmDZj75WygYqn2dT44fZU=; b=KPYgZfizzvmS4iF6toES0Q+NugumFGEey9Qm3F2+ECWmZ+4dGlsj+OI7dDKUjpBR8e s1Hwq7Zfjm2hiNpK7Ox6P6NJYl6vGmvN7MRHJ/F+L1BogLlmgdLT15MhnQrrwFlRC9I0 xxK05KPNM0axJmt46hY32RZsOpwTM7OjYKprfwmlvjjhAkbG8XfapHaUJmuBCOj5SQ4+ BjTbeTIjku/PiZLPGSPUkTyN6/TCGKDWzpAKuDz687uJK5ddDyqkADILyGYE+y6dYQ+F MgoEFwiHJ96VNi+MFh7w1oSAt7xbE7R9Zy96jnALvHxudi518SlYb9NL4WVEaeiHutDY msZA== X-Gm-Message-State: AOAM531q/8MHF1vNrz33QfwFhHmiwQi+rcDa7zmhuEwJHQRuDQlLvOIO QGPV3kxqmIzUoKVwWBDz9HFsfAaglYk= X-Google-Smtp-Source: ABdhPJzx9ww1kwl3prYxtVG3lr0ZYyEKTq/DGjURHx9l8g16/07BUyRYYeG05LrEo/3jTNAl90SnUw== X-Received: by 2002:ac2:482b:: with SMTP id 11mr1221299lft.85.1633191509739; Sat, 02 Oct 2021 09:18:29 -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 z10sm1030372ljc.117.2021.10.02.09.18.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Oct 2021 09:18:29 -0700 (PDT) From: Dmitry Kozlyuk To: dev@dpdk.org Cc: Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam , Ranjit Menon Date: Sat, 2 Oct 2021 19:18:20 +0300 Message-Id: <20211002161824.19039-1-dmitry.kozliuk@gmail.com> X-Mailer: git-send-email 2.29.3 MIME-Version: 1.0 Subject: [dpdk-dev] [kmods PATCH 0/4] windows: independent fixes 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" Fixes for building with Windows Development Kit 22000.1 and some build configuration cleanup. Dmitry Kozlyuk (4): windows: specify signature hash algorithm windows/virt2phys: support only x86 configurations windows/virt2phys: change setup class GUID to custom windows/virt2phys: add PnpLockdown directive windows/netuio/netuio.vcxproj | 6 ++ windows/virt2phys/virt2phys.inf | 3 +- windows/virt2phys/virt2phys.vcxproj | 146 ++-------------------------- 3 files changed, 15 insertions(+), 140 deletions(-) Acked-by: Ranjit Menon