[1/8] net/null: build null PMD on Windows

Message ID 20221201014440.11896-2-stephen@networkplumber.org (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series Enable building more on Windows |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Stephen Hemminger Dec. 1, 2022, 1:44 a.m. UTC
  Builds fine with current code, no changes needed.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 drivers/net/null/meson.build | 6 ------
 1 file changed, 6 deletions(-)
  

Comments

Tyler Retzlaff Dec. 1, 2022, 11:51 p.m. UTC | #1
On Wed, Nov 30, 2022 at 05:44:32PM -0800, Stephen Hemminger wrote:
> Builds fine with current code, no changes needed.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---

Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
  

Patch

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