* [dpdk-dev] [PATCH] net/vmxnet3: build on Windows
@ 2021-02-21 0:55 Dmitry Kozlyuk
0 siblings, 0 replies; only message in thread
From: Dmitry Kozlyuk @ 2021-02-21 0:55 UTC (permalink / raw)
To: dev
Cc: Narcisa Ana Maria Vasile, Dmitry Malloy, Pallavi Kadam,
Dmitry Kozlyuk, Yong Wang
Remove OS restriction and update release notes.
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
---
DPDK-kmods patch: http://patchwork.dpdk.org/patch/88046/
doc/guides/rel_notes/release_21_05.rst | 2 ++
drivers/net/vmxnet3/meson.build | 6 ------
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst
index 5aa9ed7db..574f9dcf6 100644
--- a/doc/guides/rel_notes/release_21_05.rst
+++ b/doc/guides/rel_notes/release_21_05.rst
@@ -55,6 +55,8 @@ New Features
Also, make sure to start the actual text at the margin.
=======================================================
+* **Enabled vmxnet3 PMD on Windows.**
+
Removed Items
-------------
diff --git a/drivers/net/vmxnet3/meson.build b/drivers/net/vmxnet3/meson.build
index 124238666..0641f776f 100644
--- a/drivers/net/vmxnet3/meson.build
+++ b/drivers/net/vmxnet3/meson.build
@@ -1,12 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
-if is_windows
- build = false
- reason = 'not supported on Windows'
- subdir_done()
-endif
-
sources += files(
'vmxnet3_ethdev.c',
'vmxnet3_rxtx.c',
--
2.29.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-02-21 0:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21 0:55 [dpdk-dev] [PATCH] net/vmxnet3: build on Windows Dmitry Kozlyuk
DPDK patches and discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.dpdk.org/dev/0 dev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 dev dev/ http://inbox.dpdk.org/dev \
dev@dpdk.org
public-inbox-index dev
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.dpdk.org/inbox.dpdk.dev
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git