numam-dpdk/examples/qos_sched
Bruce Richardson 69b1bb49ed examples: hide error for missing pkg-config path flag
Some versions of pkg-config don't support the --path flag, which is not a
fatal error when building the apps. Without the flag, the makefile just
cannot track the .pc file of DPDK as a dependency of the build. Therefore,
we can ignore the error and suppress it by redirecting to /dev/null the
stderr from that call to pkg-config.

Fixes: 22119c4591 ("examples: use pkg-config in makefiles")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-11-20 22:48:32 +01:00
..
app_thread.c examples/qos_sched: add subport config flexibility 2019-10-25 17:53:26 +02:00
args.c examples/qos_sched: do not dereference global config struct 2019-05-30 00:30:17 +02:00
cfg_file.c sched: add 64-bit values 2019-10-25 18:07:26 +02:00
cfg_file.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
cmdline.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
init.c examples/qos_sched: add subport config flexibility 2019-10-25 17:53:26 +02:00
main.c mbuf: implement generic format for sched field 2018-12-22 00:22:44 +01:00
main.h examples/qos_sched: add subport config flexibility 2019-10-25 17:53:26 +02:00
Makefile examples: hide error for missing pkg-config path flag 2019-11-20 22:48:32 +01:00
meson.build ethdev: remove experimental flag of ports enumeration 2018-04-27 18:00:24 +01:00
profile_ov.cfg examples/qos_sched: add subport config flexibility 2019-10-25 17:53:26 +02:00
profile.cfg examples/qos_sched: add subport config flexibility 2019-10-25 17:53:26 +02:00
stats.c sched: add 64-bit values 2019-10-25 18:07:26 +02:00