Re: [dpdk-dev] [PATCH v2] net/octeontx: set allow experimental API flag in meson

2018-02-05 Thread Ferruh Yigit
On 2/5/2018 5:19 PM, Pavan Nikhilesh wrote: > Set allow_experimental_apis to true to allow the use of experimental > API's. > > Signed-off-by: Pavan Nikhilesh Squashed into relevant commit in next-net, thanks.

[dpdk-dev] [PATCH v2] net/octeontx: set allow experimental API flag in meson

2018-02-05 Thread Pavan Nikhilesh
Set allow_experimental_apis to true to allow the use of experimental API's. Signed-off-by: Pavan Nikhilesh --- v2 Changes: - Use allow_experimental_apis instead of specifying '-DALLOW_EXPERIMENTAL_API' through cflags. drivers/net/octeontx/meson.build | 2 ++ 1 file changed, 2 insertions(+)