Re: [dpdk-dev] [PATCH] net/*/base: allow experimental APIs in base of avf and qede

2018-10-26 Thread Ferruh Yigit
On 10/4/2018 2:37 PM, Bruce Richardson wrote: > On Thu, Oct 04, 2018 at 04:18:35PM +0300, Ilya Maximets wrote: >> This functionality was missed while adding new drivers to >> the meson build. >> >> Fixes: 1d75caf81474 ("net/avf: add meson support") >> Fixes: 30d3d0168301 ("net/qede: add in meson bu

Re: [dpdk-dev] [PATCH] net/*/base: allow experimental APIs in base of avf and qede

2018-10-25 Thread Ferruh Yigit
On 10/4/2018 4:10 PM, Ilya Maximets wrote: > On 04.10.2018 17:51, Ferruh Yigit wrote: >> On 10/4/2018 2:18 PM, Ilya Maximets wrote: >>> This functionality was missed while adding new drivers to >>> the meson build. >> >> Is there any call from base code to experimental APIs? What do you think >> a

Re: [dpdk-dev] [PATCH] net/*/base: allow experimental APIs in base of avf and qede

2018-10-04 Thread Bruce Richardson
On Thu, Oct 04, 2018 at 06:10:12PM +0300, Ilya Maximets wrote: > On 04.10.2018 17:51, Ferruh Yigit wrote: > > On 10/4/2018 2:18 PM, Ilya Maximets wrote: > >> This functionality was missed while adding new drivers to > >> the meson build. > > > > Is there any call from base code to experimental API

Re: [dpdk-dev] [PATCH] net/*/base: allow experimental APIs in base of avf and qede

2018-10-04 Thread Ilya Maximets
On 04.10.2018 17:51, Ferruh Yigit wrote: > On 10/4/2018 2:18 PM, Ilya Maximets wrote: >> This functionality was missed while adding new drivers to >> the meson build. > > Is there any call from base code to experimental APIs? What do you think > adding > this when we need it, since I have feeling

Re: [dpdk-dev] [PATCH] net/*/base: allow experimental APIs in base of avf and qede

2018-10-04 Thread Ferruh Yigit
On 10/4/2018 2:18 PM, Ilya Maximets wrote: > This functionality was missed while adding new drivers to > the meson build. Is there any call from base code to experimental APIs? What do you think adding this when we need it, since I have feeling that this may not be needed. > > Fixes: 1d75caf8147

Re: [dpdk-dev] [PATCH] net/*/base: allow experimental APIs in base of avf and qede

2018-10-04 Thread Bruce Richardson
On Thu, Oct 04, 2018 at 04:18:35PM +0300, Ilya Maximets wrote: > This functionality was missed while adding new drivers to > the meson build. > > Fixes: 1d75caf81474 ("net/avf: add meson support") > Fixes: 30d3d0168301 ("net/qede: add in meson build") > > Signed-off-by: Ilya Maximets > --- Acked

[dpdk-dev] [PATCH] net/*/base: allow experimental APIs in base of avf and qede

2018-10-04 Thread Ilya Maximets
This functionality was missed while adding new drivers to the meson build. Fixes: 1d75caf81474 ("net/avf: add meson support") Fixes: 30d3d0168301 ("net/qede: add in meson build") Signed-off-by: Ilya Maximets --- drivers/net/avf/base/meson.build | 3 +++ drivers/net/qede/base/meson.build | 3 ++