From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: david.marchand@redhat.com, dmitry.kozliuk@gmail.com,
navasile@linux.microsoft.com, dmitrym@microsoft.com,
pallavi.kadam@intel.com,
Bruce Richardson <bruce.richardson@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/3] library build improvements on windows
Date: Wed, 20 Oct 2021 12:25:51 +0100 [thread overview]
Message-ID: <20211020112554.2421080-1-bruce.richardson@intel.com> (raw)
In-Reply-To: <20211019161537.2414549-1-bruce.richardson@intel.com>
This set enables dmadev library to be built on windows, and then does some
cleanup of the lib/meson.build file to remove the separate listing of libraries
for windows builds - instead having library disabling done via the normal method
of each library reporting its own buildable status, and providing a reason if it
can't be built.
Bruce Richardson (2):
dmadev: enable build on Windows
build/windows: remove separate list of libs
David Marchand (1):
dmadev: remove symbol versioning for inline helpers
drivers/dma/skeleton/skeleton_dmadev.c | 2 +-
lib/acl/meson.build | 6 ++++++
lib/bbdev/meson.build | 6 ++++++
lib/bpf/meson.build | 6 ++++++
lib/compressdev/meson.build | 6 ++++++
lib/distributor/meson.build | 6 ++++++
lib/dmadev/version.map | 7 -------
lib/efd/meson.build | 6 ++++++
lib/eventdev/meson.build | 6 ++++++
lib/fib/meson.build | 6 ++++++
lib/flow_classify/meson.build | 6 ++++++
lib/graph/meson.build | 6 ++++++
lib/ip_frag/meson.build | 6 ++++++
lib/ipsec/meson.build | 6 ++++++
lib/jobstats/meson.build | 6 ++++++
lib/kni/meson.build | 6 ++++++
lib/lpm/meson.build | 6 ++++++
lib/member/meson.build | 6 ++++++
lib/meson.build | 29 --------------------------
lib/node/meson.build | 6 ++++++
lib/pipeline/meson.build | 6 ++++++
lib/port/meson.build | 6 ++++++
lib/power/meson.build | 6 ++++++
lib/rawdev/meson.build | 6 ++++++
lib/regexdev/meson.build | 6 ++++++
lib/reorder/meson.build | 6 ++++++
lib/rib/meson.build | 6 ++++++
lib/sched/meson.build | 6 ++++++
lib/table/meson.build | 6 ++++++
29 files changed, 157 insertions(+), 37 deletions(-)
--
2.30.2
next prev parent reply other threads:[~2021-10-20 11:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-19 16:15 [dpdk-dev] [PATCH] build/windows: remove separate list of libs Bruce Richardson
2021-10-20 6:29 ` David Marchand
2021-10-20 8:30 ` Bruce Richardson
2021-10-20 11:25 ` Bruce Richardson [this message]
2021-10-20 11:25 ` [dpdk-dev] [PATCH v2 1/3] dmadev: remove symbol versioning for inline helpers Bruce Richardson
2021-10-20 11:25 ` [dpdk-dev] [PATCH v2 2/3] dmadev: enable build on Windows Bruce Richardson
2021-10-20 12:42 ` Bruce Richardson
2021-10-20 13:01 ` Walsh, Conor
2021-10-20 11:25 ` [dpdk-dev] [PATCH v2 3/3] build/windows: remove separate list of libs Bruce Richardson
2021-10-22 20:25 ` [dpdk-dev] [PATCH v2 0/3] library build improvements on windows Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211020112554.2421080-1-bruce.richardson@intel.com \
--to=bruce.richardson@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=dmitry.kozliuk@gmail.com \
--cc=dmitrym@microsoft.com \
--cc=navasile@linux.microsoft.com \
--cc=pallavi.kadam@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).