From patchwork Sat Oct 2 16:18:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Kozlyuk X-Patchwork-Id: 100371 X-Patchwork-Delegate: thomas@monjalon.net 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 3729BA0032; Sat, 2 Oct 2021 18:18:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9E48A4120E; Sat, 2 Oct 2021 18:18:33 +0200 (CEST) Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) by mails.dpdk.org (Postfix) with ESMTP id 96E00411E6 for ; Sat, 2 Oct 2021 18:18:31 +0200 (CEST) Received: by mail-lf1-f49.google.com with SMTP id m3so51068468lfu.2 for ; Sat, 02 Oct 2021 09:18:31 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=Sh8qy73J2UgUJosG5B8Ahc/ebjmdpE1/X6yQAQBdL6Y=; b=Ag9AqPd+4l5Z6ObSqjQ2H/W//o+1+0CrkZxwl5+PohQCzdRe4HQe8TZ2LVh3Jvf0Ei mO7ctLTTVYl9GBdu8fIfs+TEC0ThtWBkvz0bO2yYQryOHMilTUmuOLLNFkq/bSfI/Mpp +/N+V0RAzHjRz+HmAtK3fZRMKHSV1nNk4lJEQ0b7SU0Fmh+CdZTwfymIXiPuGeiXa10Q mc2Wg6DQ04spWrQjW37gbtTE6WyYH6crTvXgpMBeS7mzbx/7vj19DSkyA7muSbVnL5nQ nGM+D1+dzTiNWxFaRoW0Gy9LqIzcbdrQWC70Gy9CZnI2uy0A99wF+ir6IttNvk/qeQ6b jlqg== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=Sh8qy73J2UgUJosG5B8Ahc/ebjmdpE1/X6yQAQBdL6Y=; b=6bhhOvr2iM8W3i6B6tvFu7K8dmUcFUfdmXOuvbkng6v8twk2GcGjIZSwynY6j8KcjA 9h2hl6y7l82FzeNvDG6MPyL61UCo3oCeFGKcK5446PcJda4Gn9sKqvEULBzyC83gN8kh 3qEGz95e747vaaf1b33n5kUPpf0bpCIJcpnUZ+GtFHbcR0/uW6bIFp4/m4ANPPtDinh6 QRfq26FOHz/H/ytIjc+1pINm3ChBVCeuRixv5ZghKFaEh/Am6YFusYFPo2ZIP/J0tfSu merOgiRTaIFPTZ0srqCrGQPmI1NBS8EDnZpFg5pOi85A2i9p6TzQcfgUL6aMOGBi2ysS tZsA== X-Gm-Message-State: AOAM533YptbevEpPa1KEtakzGN4jrb9u1PiS19y11dQpHr5T+i8zox0I NGe1s6IsGmgv3ThcEA7ayl80CoMsrqU= X-Google-Smtp-Source: ABdhPJzKuYRd76dhWIhXHdhs13nuu878KGoWH//2qA3wyIFxt32xzahnoCfQY+Ba+FnIzwnUxfNX+g== X-Received: by 2002:a05:6512:3f0e:: with SMTP id y14mr4616011lfa.5.1633191511051; Sat, 02 Oct 2021 09:18:31 -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.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Oct 2021 09:18:30 -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:22 +0300 Message-Id: <20211002161824.19039-3-dmitry.kozliuk@gmail.com> X-Mailer: git-send-email 2.29.3 In-Reply-To: <20211002161824.19039-1-dmitry.kozliuk@gmail.com> References: <20211002161824.19039-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Subject: [dpdk-dev] [kmods PATCH 2/4] windows/virt2phys: support only x86 configurations 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" While non inherently limited to one platform, virt2phys is only developed on x86 and tested for it. Arm configurations were created by the driver template project and were never maintained. Remove them to reduce the burden of keeping all configurations in sync. The template also enabled tracing for x86 Release configuration, but the file needed for it is missing. Disable it to fix the build. Fixes: e15f53c36512 (windows/virt2phys: virtual to physical address translator) Signed-off-by: Dmitry Kozlyuk --- windows/virt2phys/virt2phys.vcxproj | 140 +--------------------------- 1 file changed, 1 insertion(+), 139 deletions(-) diff --git a/windows/virt2phys/virt2phys.vcxproj b/windows/virt2phys/virt2phys.vcxproj index 66462bc..6794452 100644 --- a/windows/virt2phys/virt2phys.vcxproj +++ b/windows/virt2phys/virt2phys.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,22 +9,6 @@ Release x64 - - Debug - ARM - - - Release - ARM - - - Debug - ARM64 - - - Release - ARM64 - @@ -53,22 +29,6 @@ virt2phys - - Windows10 - true - WindowsKernelModeDriver10.0 - Driver - KMDF - Universal - - - Windows10 - false - WindowsKernelModeDriver10.0 - Driver - KMDF - Universal - Windows10 true @@ -85,38 +45,6 @@ KMDF Universal - - Windows10 - true - WindowsKernelModeDriver10.0 - Driver - KMDF - Universal - - - Windows10 - false - WindowsKernelModeDriver10.0 - Driver - KMDF - Universal - - - Windows10 - true - WindowsKernelModeDriver10.0 - Driver - KMDF - Universal - - - Windows10 - false - WindowsKernelModeDriver10.0 - Driver - KMDF - Universal - @@ -125,46 +53,12 @@ - - DbgengKernelDebugger - - - DbgengKernelDebugger - DbgengKernelDebugger DbgengKernelDebugger - - DbgengKernelDebugger - - - DbgengKernelDebugger - - - DbgengKernelDebugger - - - DbgengKernelDebugger - - - - true - true - trace.h - true - - - - - true - true - trace.h - true - - false @@ -184,7 +78,7 @@ - true + false true trace.h true @@ -193,38 +87,6 @@ certHash - - - true - true - trace.h - true - - - - - true - true - trace.h - true - - - - - true - true - trace.h - true - - - - - true - true - trace.h - true - -