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 0490341CE2; Sun, 19 Feb 2023 18:50:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C002442D37; Sun, 19 Feb 2023 18:50:19 +0100 (CET) Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by mails.dpdk.org (Postfix) with ESMTP id 867DF40698 for ; Sun, 19 Feb 2023 18:50:17 +0100 (CET) Received: by mail-pl1-f181.google.com with SMTP id k2so1141212plh.12 for ; Sun, 19 Feb 2023 09:50:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=8vkx4D7WoD5+b78AAgKqRNMDP/IrxIJyNO6H7pNU8jE=; b=B0BgYFJ2A12yZLfRV0hVOkHX+X2SP2lO2UCZt32wsYuXTgfm1u8NML6Gu6FJ45HyNV Iee8hLW3Lh5QBBfiTt3iyY8rLki8k4x/IEvORA4BEXPOaJi5bq28gD074ubRjfoG1AZt pMuoMNZkgY6SBwI5vyQ00X3/EyeUl/jnrdM7gt2CDMJXAwot2pDqOnL/zDO59DgHvj4n 50nOwq/OXIsyJw2/peo47IyiW4gwa04NIoE4Za0TxuzF7Pw0DPFbKH72K3sXCKDdHqxl AJpDY3InBZVwvCw4tLAp9G75N2gI2oOt6So/PiaHaZV+mYN7ekr7sSRwWgCzMdvPdL02 1qbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8vkx4D7WoD5+b78AAgKqRNMDP/IrxIJyNO6H7pNU8jE=; b=72DkmV2jnSdCZgZKQLi/igYPaTQ/X0ksXb3IpMMa+b0xFMvUfcRN2OA2B5iq2N9eMo rhmGxyAW+qVNcynhRDRM87OVwG3V3nwIiK9Dek8n6HGFwpqEun6Hpa197N04wLORamlT edjH8SSI3la+pp9K0sd7XFc/5rjTBzAbXrpTGRwKhwj5xVSX/Zu+eRU9m1hc3a53b7vd SwuUbGsZNZkOQoxzuxX6dfBbd+Wof5jCY1ftkXR/gjBNuhFDdg083u2EBKZu5R03r3uA qOMoRE/NIitawciWzwDi2rAZMaXmWTecWwiXi4fjHCaH95oO8z4VCJ8JusXkUqOfs2Yk Hj2w== X-Gm-Message-State: AO0yUKV6/pg6zQZYn4Y/9YU/jYQHsibKkOJwVLqsRczAAW0FUHfltwMS PwCLNbHyS/dM4LbtCJG69ZgZ0bSghrZ4Oyr9MBQ= X-Google-Smtp-Source: AK7set/yueNCZPmLpVywmQa1Tp8vISg3dBrHMYTDalWS4osirmcsNrEhcwN+F8gOoMJIylwE4yGTEA== X-Received: by 2002:a17:902:f54a:b0:19a:a647:1891 with SMTP id h10-20020a170902f54a00b0019aa6471891mr312739plf.67.1676829016509; Sun, 19 Feb 2023 09:50:16 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id a13-20020a170902b58d00b001991e4e0bdcsm6238408pls.233.2023.02.19.09.50.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 19 Feb 2023 09:50:15 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Tyler Retzlaff , Tetsuya Mukawa Subject: [PATCH v3 1/8] net/null: build null PMD on Windows Date: Sun, 19 Feb 2023 09:50:06 -0800 Message-Id: <20230219175013.10057-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230219175013.10057-1-stephen@networkplumber.org> References: <20230207001937.875608-1-stephen@networkplumber.org> <20230219175013.10057-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Builds fine with current code, no changes needed. Signed-off-by: Stephen Hemminger Acked-by: Tyler Retzlaff --- drivers/net/null/meson.build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/net/null/meson.build b/drivers/net/null/meson.build index 4a483955a7a9..a51f8f5211b0 100644 --- a/drivers/net/null/meson.build +++ b/drivers/net/null/meson.build @@ -1,11 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -if is_windows - build = false - reason = 'not supported on Windows' - subdir_done() -endif - sources = files('rte_eth_null.c') pmd_supports_disable_iova_as_pa = true -- 2.39.1