Re: [dpdk-dev] [PATCH v3 00/11] Examples compilation fixes

2020-11-15 Thread Thomas Monjalon
14/11/2020 10:05, David Marchand: > I tested external compilation for all possible examples (in my env). > The result is this series. > > David Marchand (11): > examples/fips_validation: fix build with pkg-config > examples/ipsec-gw: fix build with pkg-config > examples/kni: fix build with p

[dpdk-dev] [PATCH v3 00/11] Examples compilation fixes

2020-11-14 Thread David Marchand
I tested external compilation for all possible examples (in my env). The result is this series. -- David Marchand Changelog since v2: - reworked patch 4 check on crypto driver availability, - added patch 5 to fix misalignment with other examples makefiles, - dropped last patch on checking all ex