From patchwork Thu Dec 1 01:44:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 120388 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 9182FA00C2; Thu, 1 Dec 2022 02:44:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3BB6410FB; Thu, 1 Dec 2022 02:44:45 +0100 (CET) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mails.dpdk.org (Postfix) with ESMTP id 6A87E4021D for ; Thu, 1 Dec 2022 02:44:44 +0100 (CET) Received: by mail-pj1-f41.google.com with SMTP id 3-20020a17090a098300b00219041dcbe9so496981pjo.3 for ; Wed, 30 Nov 2022 17:44:44 -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=bK0oJ7N/lHyCm4fE9GnbtiHFJR6AxJWrBGP4+zcqD1c=; b=Tb/dTsWdpZT6P35S2bt9xWhyjD5jnGXItarla/9vnjLcqwNTywlt+Eap6+FdOPf0X5 478wVra3angwruOdYFaUYFqh231pDAjc8kbF9FBz3seoX5e400c1ZSloJq0TSYKg/5Mj VI/JvfAV6OWQmc9kiVuyXaOSTDipaRMq0TTTdyU553x674gYk1srD9YYspnbjIm0oDyJ LH+3ok2GNSyg7Zfv60Im7P+8hKkWe3BWeZZZJvLi91KIb5JqlsCYsoE2EBYtT79DY1tO WC6yBAxj/AnVcqwbOumLTY8cuC28fgr6JimNmGeT6xBy60qnAyIuReGMxeJRlPfrVmwx AivA== 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=bK0oJ7N/lHyCm4fE9GnbtiHFJR6AxJWrBGP4+zcqD1c=; b=PuJfjFwf/l0mbEqc2a/Uda/Vx5Y4m4irUcb3Z3a+jNd0Z1Iy+a9pAsKXyLJp6/c6hs goPWYxOWMiDw2ddp9CXfWnLpuPcZvxIf8Y9sbbOYafG5EQCfK8alwzy9dvtea8+dmsiq kooObOay4I64PkwZFlrGs6vMe406X6yLnCVdqLZ/g5MZnN+WOMANfanjMjf4FkQ1OJS5 m2nGGP/Qy8mJu0eIbY0GepDXnEkeMb79NYw1UWsnma1NU1E/d8NYUGnA7DUuhsQQQeBw bxDw7IZzvQ81Ixengj6qpECeY2/g5ncG/vguPSj+nst7th2UIk9RmmxsAwFRlrDhth8Q Hoaw== X-Gm-Message-State: ANoB5pkrjUeOUdC7vOBQ8h0klkHWapVFp6i3p/ta/s5XBao6eOcr0uq5 G/x1YYyP5IKoch5DaZxVhePrfkbRkFsSDpBa X-Google-Smtp-Source: AA0mqf637AP14tE7tjtX/U6bJDdieNoeHCMDZLcHeNAxE9Y4bdii44RoNGkyH19BtWQOrgh9/e6+1g== X-Received: by 2002:a17:90b:3802:b0:213:48b2:123d with SMTP id mq2-20020a17090b380200b0021348b2123dmr72346686pjb.200.1669859083469; Wed, 30 Nov 2022 17:44:43 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id h14-20020a170902680e00b00186ffe62502sm2125014plk.254.2022.11.30.17.44.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Nov 2022 17:44:42 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Tetsuya Mukawa Subject: [PATCH 1/8] net/null: build null PMD on Windows Date: Wed, 30 Nov 2022 17:44:32 -0800 Message-Id: <20221201014440.11896-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221201014440.11896-1-stephen@networkplumber.org> References: <20221201014440.11896-1-stephen@networkplumber.org> MIME-Version: 1.0 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