Re: [dpdk-dev] [PATCH] build: make compat a universal dependency

2018-01-23 Thread Bruce Richardson
O Mon, Jan 22, 2018 at 05:43:06PM +, Luca Boccassi wrote: > On Mon, 2018-01-22 at 15:42 +, Bruce Richardson wrote: > > By making "compat" lib (which consists of a header only) a dependency > > of > > the EAL, we make the header file available to all other libs, drivers > > and > > apps, and

Re: [dpdk-dev] [PATCH] build: make compat a universal dependency

2018-01-23 Thread Bruce Richardson
On Mon, Jan 22, 2018 at 05:43:06PM +, Luca Boccassi wrote: > On Mon, 2018-01-22 at 15:42 +, Bruce Richardson wrote: > > By making "compat" lib (which consists of a header only) a dependency > > of > > the EAL, we make the header file available to all other libs, drivers > > and > > apps, an

Re: [dpdk-dev] [PATCH] build: make compat a universal dependency

2018-01-22 Thread Luca Boccassi
On Mon, 2018-01-22 at 15:42 +, Bruce Richardson wrote: > By making "compat" lib (which consists of a header only) a dependency > of > the EAL, we make the header file available to all other libs, drivers > and > apps, and thereby make it less work to do ABI versioning. > > Signed-off-by: Bruce

[dpdk-dev] [PATCH] build: make compat a universal dependency

2018-01-22 Thread Bruce Richardson
By making "compat" lib (which consists of a header only) a dependency of the EAL, we make the header file available to all other libs, drivers and apps, and thereby make it less work to do ABI versioning. Signed-off-by: Bruce Richardson --- drivers/net/bonding/meson.build| 2 +- lib/librte_d