DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 00/10] Examples compilation fixes
@ 2020-11-10 15:12 David Marchand
  2020-11-10 15:12 ` [dpdk-dev] [PATCH 01/10] examples/fips_validation: fix build with pkg-config David Marchand
                   ` (12 more replies)
  0 siblings, 13 replies; 51+ messages in thread
From: David Marchand @ 2020-11-10 15:12 UTC (permalink / raw)
  To: dev; +Cc: thomas, bruce.richardson

I stepped right into Bruce trap [1] and tested all possible examples.
The result is this series.

1: https://patchwork.dpdk.org/patch/82361/

-- 
David Marchand

David Marchand (10):
  examples/fips_validation: fix build with pkg-config
  examples/ipsec-gw: fix build with pkg-config
  examples/kni: fix build with pkg-config
  examples/l2fwd-crypto: fix build with pkg-config
  examples/l3fwd-graph: fix static build
  examples/ntb: fix clean target
  examples/vhost_blk: fix build with pkg-config
  examples/rxtx_callbacks: fix build with pkg-config
  devtools: compile all examples with pkg-config
  examples: restore trace point

 devtools/test-meson-builds.sh                 | 28 ++++++++++++++++++-
 examples/cmdline/Makefile                     |  2 ++
 examples/distributor/Makefile                 |  2 ++
 examples/ethtool/ethtool-app/Makefile         |  2 ++
 examples/fips_validation/Makefile             |  2 ++
 examples/flow_filtering/Makefile              |  2 ++
 examples/helloworld/Makefile                  |  2 ++
 examples/ioat/Makefile                        |  2 ++
 examples/ip_reassembly/Makefile               |  2 ++
 examples/ipsec-secgw/Makefile                 |  1 +
 examples/ipv4_multicast/Makefile              |  2 ++
 examples/kni/Makefile                         |  1 +
 examples/l2fwd-cat/Makefile                   |  2 ++
 examples/l2fwd-crypto/Makefile                |  6 ++++
 examples/l2fwd-event/Makefile                 |  2 ++
 examples/l2fwd-jobstats/Makefile              |  2 ++
 examples/l2fwd-keepalive/Makefile             |  2 ++
 examples/l2fwd-keepalive/ka-agent/Makefile    |  2 ++
 examples/l3fwd-acl/Makefile                   |  2 ++
 examples/l3fwd-graph/Makefile                 |  2 +-
 examples/link_status_interrupt/Makefile       |  2 ++
 .../client_server_mp/mp_client/Makefile       |  2 ++
 .../client_server_mp/mp_server/Makefile       |  2 ++
 examples/multi_process/hotplug_mp/Makefile    |  2 ++
 examples/multi_process/simple_mp/Makefile     |  2 ++
 examples/multi_process/symmetric_mp/Makefile  |  2 ++
 examples/ntb/Makefile                         |  2 +-
 examples/packet_ordering/Makefile             |  2 ++
 examples/ptpclient/Makefile                   |  2 ++
 examples/qos_sched/Makefile                   |  2 ++
 examples/rxtx_callbacks/Makefile              |  2 ++
 examples/server_node_efd/node/Makefile        |  2 ++
 examples/server_node_efd/server/Makefile      |  2 ++
 examples/service_cores/Makefile               |  2 ++
 examples/skeleton/Makefile                    |  2 ++
 examples/timer/Makefile                       |  2 ++
 examples/vhost_blk/vhost_blk.c                |  6 ++++
 examples/vm_power_manager/Makefile            |  2 ++
 examples/vm_power_manager/guest_cli/Makefile  |  2 ++
 examples/vmdq/Makefile                        |  2 ++
 examples/vmdq_dcb/Makefile                    |  2 ++
 41 files changed, 111 insertions(+), 3 deletions(-)

-- 
2.23.0


^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2020-11-16  4:16 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10 15:12 [dpdk-dev] [PATCH 00/10] Examples compilation fixes David Marchand
2020-11-10 15:12 ` [dpdk-dev] [PATCH 01/10] examples/fips_validation: fix build with pkg-config David Marchand
2020-11-10 15:12 ` [dpdk-dev] [PATCH 02/10] examples/ipsec-gw: " David Marchand
2020-11-10 15:12 ` [dpdk-dev] [PATCH 03/10] examples/kni: " David Marchand
2020-11-10 15:12 ` [dpdk-dev] [PATCH 04/10] examples/l2fwd-crypto: " David Marchand
2020-11-10 15:12 ` [dpdk-dev] [PATCH 05/10] examples/l3fwd-graph: fix static build David Marchand
2020-11-10 15:12 ` [dpdk-dev] [PATCH 06/10] examples/ntb: fix clean target David Marchand
2020-11-12  1:30   ` Li, Xiaoyun
2020-11-10 15:12 ` [dpdk-dev] [PATCH 07/10] examples/vhost_blk: fix build with pkg-config David Marchand
2020-11-10 15:12 ` [dpdk-dev] [PATCH 08/10] examples/rxtx_callbacks: " David Marchand
2020-11-10 15:12 ` [dpdk-dev] [PATCH 09/10] devtools: compile all examples " David Marchand
2020-11-10 16:02   ` Bruce Richardson
2020-11-10 17:18   ` Bruce Richardson
2020-11-10 17:27     ` David Marchand
2020-11-10 15:12 ` [dpdk-dev] [PATCH 10/10] examples: restore trace point David Marchand
2020-11-10 16:04 ` [dpdk-dev] [PATCH 00/10] Examples compilation fixes Bruce Richardson
2020-11-13 12:24 ` [dpdk-dev] [PATCH v2 00/11] " David Marchand
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 01/11] examples/fips_validation: fix build with pkg-config David Marchand
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 02/11] examples/ipsec-gw: " David Marchand
2020-11-16  4:16     ` [dpdk-dev] [EXT] " Anoob Joseph
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 03/11] examples/kni: " David Marchand
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 04/11] examples/l2fwd-crypto: " David Marchand
2020-11-13 13:53     ` Bruce Richardson
2020-11-13 14:15       ` David Marchand
2020-11-13 15:41         ` David Marchand
2020-11-13 16:08           ` Bruce Richardson
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 05/11] examples/l3fwd-graph: fix static build David Marchand
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 06/11] examples/ntb: fix clean target David Marchand
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 07/11] examples/performance-thread: fix build with pkg-config David Marchand
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 08/11] examples/vhost_blk: " David Marchand
2020-11-13 13:00     ` Maxime Coquelin
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 09/11] examples/rxtx_callbacks: " David Marchand
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 10/11] examples: restore trace point David Marchand
2020-11-13 12:24   ` [dpdk-dev] [PATCH v2 11/11] devtools: compile all buildable examples with pkg-config David Marchand
2020-11-13 12:37     ` David Marchand
2020-11-13 14:06     ` Bruce Richardson
2020-11-13 14:14       ` David Marchand
2020-11-13 14:24         ` Bruce Richardson
2020-11-14  9:05 ` [dpdk-dev] [PATCH v3 00/11] Examples compilation fixes David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 01/11] examples/fips_validation: fix build with pkg-config David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 02/11] examples/ipsec-gw: " David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 03/11] examples/kni: " David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 04/11] examples/l2fwd-crypto: " David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 05/11] examples/l3fwd-graph: fix static build David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 06/11] examples/l3fwd-graph: fix pkg-config usage David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 07/11] examples/ntb: fix clean target David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 08/11] examples/performance-thread: fix build with pkg-config David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 09/11] examples/vhost_blk: " David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 10/11] examples/rxtx_callbacks: " David Marchand
2020-11-14  9:05   ` [dpdk-dev] [PATCH v3 11/11] examples: restore trace point David Marchand
2020-11-15 14:37   ` [dpdk-dev] [PATCH v3 00/11] Examples compilation fixes Thomas Monjalon

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).