Re: [dpdk-dev] [PATCH] net/bnxt: remove unneeded experimental build flag

2020-07-16 Thread Ajit Khaparde
On Thu, Jul 16, 2020 at 3:50 PM Ajit Khaparde wrote: > > On Thu, Jul 16, 2020 at 12:26 AM David Marchand > wrote: > >> -DALLOW_EXPERIMENTAL_API is always set for in-tree compilation. >> See https://git.dpdk.org/dpdk/commit/?id=acec04c4b2f5 >> >> Fixes: 322bd6e70272 ("net/bnxt: add port represent

Re: [dpdk-dev] [PATCH] net/bnxt: remove unneeded experimental build flag

2020-07-16 Thread Ajit Khaparde
On Thu, Jul 16, 2020 at 12:26 AM David Marchand wrote: > -DALLOW_EXPERIMENTAL_API is always set for in-tree compilation. > See https://git.dpdk.org/dpdk/commit/?id=acec04c4b2f5 > > Fixes: 322bd6e70272 ("net/bnxt: add port representor infrastructure") > > Signed-off-by: David Marchand > Acked-by:

[dpdk-dev] [PATCH] net/bnxt: remove unneeded experimental build flag

2020-07-16 Thread David Marchand
-DALLOW_EXPERIMENTAL_API is always set for in-tree compilation. See https://git.dpdk.org/dpdk/commit/?id=acec04c4b2f5 Fixes: 322bd6e70272 ("net/bnxt: add port representor infrastructure") Signed-off-by: David Marchand --- drivers/net/bnxt/Makefile | 1 - 1 file changed, 1 deletion(-) diff --gi