From: Stephen Hemminger Date: Wed, 20 Oct 2021 21:42:25 +0000 (-0700) Subject: pdump: disable on Windows X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=09644b58a12500933b483beb6d6c8a0b02c57d87;p=dpdk.git pdump: disable on Windows The current version of the pdump library was building on Windows, but it was useless since the pdump utility was not being built and Windows does not have multi-process support. The new version of pdump with filtering now has dependency on bpf. But bpf library is not available on Windows. Signed-off-by: Stephen Hemminger Acked-by: Dmitry Kozlyuk --- diff --git a/lib/meson.build b/lib/meson.build index 3b8b099820..5aa1be5134 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -86,7 +86,6 @@ if is_windows 'gro', 'gso', 'latencystats', - 'pdump', 'stack', 'security', ] # only supported libraries for windows