Re: [dpdk-dev] [PATCH] examples: warn about broken pkg-config

2021-01-29 Thread Thomas Monjalon
19/01/2021 14:03, Bruce Richardson: > Since the examples are designed to be built by end-users using Make, we > can detect and warn about broken pkg-config on the user's system as part > of the build process. > > Signed-off-by: Bruce Richardson Applied, thanks

Re: [dpdk-dev] [PATCH] examples: warn about broken pkg-config

2021-01-29 Thread Bruce Richardson
On Fri, Jan 29, 2021 at 05:27:11PM +0100, Thomas Monjalon wrote: > 29/01/2021 17:05, Bruce Richardson: > > On Fri, Jan 29, 2021 at 04:04:18PM +, Burakov, Anatoly wrote: > > > On 29-Jan-21 3:55 PM, Bruce Richardson wrote: > > > > On Fri, Jan 29, 2021 at 04:47:35PM +0100, Thomas Monjalon wrote: >

Re: [dpdk-dev] [PATCH] examples: warn about broken pkg-config

2021-01-29 Thread Thomas Monjalon
29/01/2021 17:05, Bruce Richardson: > On Fri, Jan 29, 2021 at 04:04:18PM +, Burakov, Anatoly wrote: > > On 29-Jan-21 3:55 PM, Bruce Richardson wrote: > > > On Fri, Jan 29, 2021 at 04:47:35PM +0100, Thomas Monjalon wrote: > > > > 19/01/2021 14:03, Bruce Richardson: > > > > > Since the examples a

Re: [dpdk-dev] [PATCH] examples: warn about broken pkg-config

2021-01-29 Thread Bruce Richardson
On Fri, Jan 29, 2021 at 04:04:18PM +, Burakov, Anatoly wrote: > On 29-Jan-21 3:55 PM, Bruce Richardson wrote: > > On Fri, Jan 29, 2021 at 04:47:35PM +0100, Thomas Monjalon wrote: > > > 19/01/2021 14:03, Bruce Richardson: > > > > Since the examples are designed to be built by end-users using Mak

Re: [dpdk-dev] [PATCH] examples: warn about broken pkg-config

2021-01-29 Thread Burakov, Anatoly
On 29-Jan-21 3:55 PM, Bruce Richardson wrote: On Fri, Jan 29, 2021 at 04:47:35PM +0100, Thomas Monjalon wrote: 19/01/2021 14:03, Bruce Richardson: Since the examples are designed to be built by end-users using Make, we can detect and warn about broken pkg-config on the user's system as part of

Re: [dpdk-dev] [PATCH] examples: warn about broken pkg-config

2021-01-29 Thread Bruce Richardson
On Fri, Jan 29, 2021 at 04:47:35PM +0100, Thomas Monjalon wrote: > 19/01/2021 14:03, Bruce Richardson: > > Since the examples are designed to be built by end-users using Make, we > > can detect and warn about broken pkg-config on the user's system as part > > of the build process. > > > > Signed-o

Re: [dpdk-dev] [PATCH] examples: warn about broken pkg-config

2021-01-29 Thread Thomas Monjalon
19/01/2021 14:03, Bruce Richardson: > Since the examples are designed to be built by end-users using Make, we > can detect and warn about broken pkg-config on the user's system as part > of the build process. > > Signed-off-by: Bruce Richardson > --- > examples/bbdev_app/Makefile

[dpdk-dev] [PATCH] examples: warn about broken pkg-config

2021-01-19 Thread Bruce Richardson
Since the examples are designed to be built by end-users using Make, we can detect and warn about broken pkg-config on the user's system as part of the build process. Signed-off-by: Bruce Richardson --- examples/bbdev_app/Makefile | 8 examples/bond/Makefile