Re: [dpdk-dev] [PATCH] net/*/base: allow use of experimental APIs in base code

2018-09-19 Thread Ferruh Yigit
On 9/3/2018 3:41 PM, Ilya Maximets wrote: > On 31.08.2018 16:35, Bruce Richardson wrote: >> The driver setting of "allow_experimental_apis" was not being used when >> building the base code. To allow this we can manually put in a check >> in the base code files for the setting and set the appropria

Re: [dpdk-dev] [PATCH] net/*/base: allow use of experimental APIs in base code

2018-09-03 Thread Bruce Richardson
On Mon, Sep 03, 2018 at 05:52:58PM +0300, Ilya Maximets wrote: > On 03.09.2018 17:41, Ilya Maximets wrote: > > On 31.08.2018 16:35, Bruce Richardson wrote: > >> The driver setting of "allow_experimental_apis" was not being used when > >> building the base code. To allow this we can manually put in

Re: [dpdk-dev] [PATCH] net/*/base: allow use of experimental APIs in base code

2018-09-03 Thread Ilya Maximets
On 03.09.2018 17:41, Ilya Maximets wrote: > On 31.08.2018 16:35, Bruce Richardson wrote: >> The driver setting of "allow_experimental_apis" was not being used when >> building the base code. To allow this we can manually put in a check >> in the base code files for the setting and set the appropria

Re: [dpdk-dev] [PATCH] net/*/base: allow use of experimental APIs in base code

2018-09-03 Thread Ilya Maximets
On 31.08.2018 16:35, Bruce Richardson wrote: > The driver setting of "allow_experimental_apis" was not being used when > building the base code. To allow this we can manually put in a check > in the base code files for the setting and set the appropriate cflag > if it's needed. > > Signed-off-by:

Re: [dpdk-dev] [PATCH] net/*/base: allow use of experimental APIs in base code

2018-08-31 Thread Andrew Rybchenko
On 08/31/2018 04:35 PM, Bruce Richardson wrote: The driver setting of "allow_experimental_apis" was not being used when building the base code. To allow this we can manually put in a check in the base code files for the setting and set the appropriate cflag if it's needed. Signed-off-by: Bruce R