Re: [dpdk-dev] [PATCH] build: mention -march in pkg-config description

2019-01-11 Thread Bruce Richardson
ristian.ehrha...@canonical.com; Luca > > Boccassi ; sta...@dpdk.org > > Subject: [dpdk-dev] [PATCH] build: mention -march in pkg-config description > > > > Applications need to at least match DPDK's -march option to build > > successfully due to some static in

Re: [dpdk-dev] [PATCH] build: mention -march in pkg-config description

2019-01-10 Thread Gavin Hu (Arm Technology China)
> -Original Message- > From: dev On Behalf Of Luca Boccassi > Sent: Friday, January 11, 2019 1:28 AM > To: dev@dpdk.org > Cc: bruce.richard...@intel.com; christian.ehrha...@canonical.com; Luca > Boccassi ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] build:

[dpdk-dev] [PATCH] build: mention -march in pkg-config description

2019-01-10 Thread Luca Boccassi
Applications need to at least match DPDK's -march option to build successfully due to some static inline functions in the public headers. This might cause problems, especially in distributions, so add a note in the pkg-config description. Fixes: a25a650be5f0 ("build: add infrastructure for meson