Re: [dpdk-dev] [PATCH v2 02/10] meson: add BUILDING_RTE_SDK

2019-06-20 Thread Bruce Richardson
On Thu, Jun 13, 2019 at 10:23:36AM -0400, Neil Horman wrote: > The __rte_internal macro is defined dependent on the value of the build > environment variable BUILDING_RTE_SDK. This variable was set in the > Makefile environment but not the meson environment, so lets reconcile > the two by defining

Re: [dpdk-dev] [PATCH v2 02/10] meson: add BUILDING_RTE_SDK

2019-06-20 Thread Bruce Richardson
On Wed, Jun 19, 2019 at 02:34:43PM -0400, Neil Horman wrote: > On Wed, Jun 19, 2019 at 11:46:12AM +0100, Bruce Richardson wrote: > > On Wed, Jun 19, 2019 at 06:39:00AM -0400, Neil Horman wrote: > > > On Thu, Jun 13, 2019 at 03:44:02PM +0100, Bruce Richardson wrote: > > > > On Thu, Jun 13, 2019 at 1

Re: [dpdk-dev] [PATCH v2 02/10] meson: add BUILDING_RTE_SDK

2019-06-19 Thread Neil Horman
On Wed, Jun 19, 2019 at 11:46:12AM +0100, Bruce Richardson wrote: > On Wed, Jun 19, 2019 at 06:39:00AM -0400, Neil Horman wrote: > > On Thu, Jun 13, 2019 at 03:44:02PM +0100, Bruce Richardson wrote: > > > On Thu, Jun 13, 2019 at 10:23:36AM -0400, Neil Horman wrote: > > > > The __rte_internal macro

Re: [dpdk-dev] [PATCH v2 02/10] meson: add BUILDING_RTE_SDK

2019-06-19 Thread Bruce Richardson
On Wed, Jun 19, 2019 at 06:39:00AM -0400, Neil Horman wrote: > On Thu, Jun 13, 2019 at 03:44:02PM +0100, Bruce Richardson wrote: > > On Thu, Jun 13, 2019 at 10:23:36AM -0400, Neil Horman wrote: > > > The __rte_internal macro is defined dependent on the value of the build > > > environment variable

Re: [dpdk-dev] [PATCH v2 02/10] meson: add BUILDING_RTE_SDK

2019-06-19 Thread Neil Horman
On Thu, Jun 13, 2019 at 03:44:02PM +0100, Bruce Richardson wrote: > On Thu, Jun 13, 2019 at 10:23:36AM -0400, Neil Horman wrote: > > The __rte_internal macro is defined dependent on the value of the build > > environment variable BUILDING_RTE_SDK. This variable was set in the > > Makefile environm

Re: [dpdk-dev] [PATCH v2 02/10] meson: add BUILDING_RTE_SDK

2019-06-13 Thread Bruce Richardson
On Thu, Jun 13, 2019 at 10:23:36AM -0400, Neil Horman wrote: > The __rte_internal macro is defined dependent on the value of the build > environment variable BUILDING_RTE_SDK. This variable was set in the > Makefile environment but not the meson environment, so lets reconcile > the two by defining

[dpdk-dev] [PATCH v2 02/10] meson: add BUILDING_RTE_SDK

2019-06-13 Thread Neil Horman
The __rte_internal macro is defined dependent on the value of the build environment variable BUILDING_RTE_SDK. This variable was set in the Makefile environment but not the meson environment, so lets reconcile the two by defining it for meson in the lib and drivers directories, but not the example