[dpdk-dev] [PATCH] kernel: remove unused directory for Windows

Thomas Monjalon thomas at monjalon.net
Mon Feb 17 17:58:29 CET 2020


The netuio driver will be hosted in a separate repository:
	http://git.dpdk.org/dpdk-kmods/

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 MAINTAINERS                | 1 -
 kernel/windows/meson.build | 4 ----
 2 files changed, 5 deletions(-)
 delete mode 100644 kernel/windows/meson.build

diff --git a/MAINTAINERS b/MAINTAINERS
index 762c13bd6d..b41252fb8c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -326,7 +326,6 @@ M: Harini Ramakrishnan <harini.ramakrishnan at microsoft.com>
 M: Omar Cardona <ocardona at microsoft.com>
 M: Pallavi Kadam <pallavi.kadam at intel.com>
 M: Ranjit Menon <ranjit.menon at intel.com>
-F: kernel/windows/
 F: lib/librte_eal/windows/
 F: lib/librte_eal/rte_eal_exports.def
 F: doc/guides/windows_gsg/
diff --git a/kernel/windows/meson.build b/kernel/windows/meson.build
deleted file mode 100644
index 94c47682d0..0000000000
--- a/kernel/windows/meson.build
+++ /dev/null
@@ -1,4 +0,0 @@
-# SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2019 Intel Corporation
-
-# stub file for supporting Windows logic in future release
-- 
2.25.0



More information about the dev mailing list