Re: [dpdk-dev] [PATCH] build: remove redundant config include

2020-02-11 Thread David Marchand
On Mon, Feb 10, 2020 at 10:54 AM Thomas Monjalon wrote: > > The header file rte_config.h is always included by make or meson. > If required in an exported API header file, it must be included > in the public header file for external applications. > In the internal files, explicit include of rte_co

Re: [dpdk-dev] [PATCH] build: remove redundant config include

2020-02-10 Thread Neil Horman
On Mon, Feb 10, 2020 at 10:53:34AM +0100, Thomas Monjalon wrote: > The header file rte_config.h is always included by make or meson. > If required in an exported API header file, it must be included > in the public header file for external applications. > In the internal files, explicit include of

Re: [dpdk-dev] [PATCH] build: remove redundant config include

2020-02-10 Thread David Marchand
On Mon, Feb 10, 2020 at 10:54 AM Thomas Monjalon wrote: > > The header file rte_config.h is always included by make or meson. > If required in an exported API header file, it must be included > in the public header file for external applications. > In the internal files, explicit include of rte_co

Re: [dpdk-dev] [PATCH] build: remove redundant config include

2020-02-10 Thread Matan Azrad
From: Thomas Monjalon > Subject: [PATCH] build: remove redundant config include > > The header file rte_config.h is always included by make or meson. > If required in an exported API header file, it must be included in the public > header file for external applications. > In the internal files,