> Subject: [dpdk-dev] [PATCH v5 9/9] app/testpmd: enable building testpmd > on Windows > > External email: Use caution opening links or attachments > > > From: Jie Zhou <j...@microsoft.com> > > - Disable unsupported Apps on Windows > - Enable building of testpmd on Windows > > Signed-off-by: Jie Zhou <j...@microsoft.com> > Signed-off-by: Jie Zhou <j...@linux.microsoft.com> > --- > app/meson.build | 4 ---- > app/pdump/meson.build | 6 ++++++ > app/proc-info/meson.build | 6 ++++++ > app/test-acl/meson.build | 6 ++++++ > app/test-bbdev/meson.build | 6 ++++++ > app/test-cmdline/meson.build | 6 ++++++ > app/test-compress-perf/meson.build | 6 ++++++ > app/test-crypto-perf/meson.build | 6 ++++++ > app/test-eventdev/meson.build | 6 ++++++ > app/test-fib/meson.build | 6 ++++++ > app/test-flow-perf/meson.build | 6 ++++++ > app/test-pipeline/meson.build | 6 ++++++ > app/test-regex/meson.build | 6 ++++++ > app/test-sad/meson.build | 6 ++++++ > app/test/meson.build | 6 ++++++ > 15 files changed, 84 insertions(+), 4 deletions(-) >
Building testpmd results in 2 warnings in clang: ../app/test-pmd/config.c:4254:1: warning: unused function 'print_fdir_mask' [-Wunused-function] print_fdir_mask(struct rte_eth_fdir_masks *mask) ^ ../app/test-pmd/config.c:4289:1: warning: unused function 'print_fdir_flex_payload' [-Wunused-function] print_fdir_flex_payload(struct rte_eth_fdir_flex_conf *flex_conf, uint32_t num) ^ 2 warnings generated.