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 38AE6A0503; Fri, 20 May 2022 12:12:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC939427ED; Fri, 20 May 2022 12:12:09 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 31BAA40222 for ; Fri, 20 May 2022 12:12:09 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 7491020F9C08; Fri, 20 May 2022 03:12:08 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 7491020F9C08 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1653041528; bh=PqKEW+gLrnnY6N6uPcowwSqy/iK7WU+WCGiOb7OviPI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EjSoQtb+zBKAAZCJvhKl5cEWizGWtCJApwP9FRx07NJ2lU3E/1cQu9RcwrUmr36RI WF1ni/MnO0U9drtF1cm2Q/yIkZHBRDi2NC7iuTXF1o5Ffj/yuSmdNNn6oVNQhgB4ZE e603KxM8NaZmuUQRESQKmU3OPtM8eXTmX1ld68UI= From: Tyler Retzlaff To: dev@dpdk.org Cc: thomas@monjalon.net, dmitry.kozliuk@gmail.com, gakhil@marvell.com, roy.fan.zhang@intel.com, Tyler Retzlaff Subject: [PATCH v2 0/2] test: enable most driver tests on windows Date: Fri, 20 May 2022 03:12:04 -0700 Message-Id: <1653041526-5872-1-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1648544551-21324-1-git-send-email-roretzla@linux.microsoft.com> References: <1648544551-21324-1-git-send-email-roretzla@linux.microsoft.com> 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 * remove conditional compilation for windows from crypto tests so they are built and registered to be run with dpdk-test.exe. * remaining driver tests require further investigation and will not be addressed in this series. sorry for the delay in addressing the final feedback. i would recommend merge of this patch asap to lock in forward progress made as i will not have time to rebase it again. v2: * amend commit message to include details of tests that are still conditionally avoided on windows as a hint for future progress on this effort. Tyler Retzlaff (2): test/crypto: remove Windows conditional compilation test: enable most driver tests on Windows app/test/meson.build | 35 ++++++++++++++++---------------- app/test/test_cryptodev.c | 3 --- app/test/test_cryptodev_asym.c | 3 --- app/test/test_cryptodev_blockcipher.c | 3 --- app/test/test_cryptodev_security_ipsec.c | 7 ++++--- app/test/test_cryptodev_security_pdcp.c | 3 --- 6 files changed, 22 insertions(+), 32 deletions(-) -- 1.8.3.1