DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/bnxt: remove unneeded experimental build flag
@ 2020-07-16  7:26 David Marchand
  2020-07-16 22:50 ` Ajit Khaparde
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2020-07-16  7:26 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, Ajit Khaparde, Somnath Kotur, Venkat Duvvuru, Kalesh AP

-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 <david.marchand@redhat.com>
---
 drivers/net/bnxt/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/bnxt/Makefile b/drivers/net/bnxt/Makefile
index c54fd108d1..2c4cdd1c40 100644
--- a/drivers/net/bnxt/Makefile
+++ b/drivers/net/bnxt/Makefile
@@ -14,7 +14,6 @@ LIB = librte_pmd_bnxt.a
 EXPORT_MAP := rte_pmd_bnxt_version.map
 
 CFLAGS += -O3
-CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += $(WERROR_FLAGS)
 LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
 LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs
-- 
2.23.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] net/bnxt: remove unneeded experimental build flag
  2020-07-16  7:26 [dpdk-dev] [PATCH] net/bnxt: remove unneeded experimental build flag David Marchand
@ 2020-07-16 22:50 ` Ajit Khaparde
  2020-07-16 23:14   ` Ajit Khaparde
  0 siblings, 1 reply; 3+ messages in thread
From: Ajit Khaparde @ 2020-07-16 22:50 UTC (permalink / raw)
  To: David Marchand
  Cc: dpdk-dev, Ferruh Yigit, Somnath Kotur, Venkat Duvvuru, Kalesh AP

On Thu, Jul 16, 2020 at 12:26 AM David Marchand <david.marchand@redhat.com>
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 <david.marchand@redhat.com>
>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>


> ---
>  drivers/net/bnxt/Makefile | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/bnxt/Makefile b/drivers/net/bnxt/Makefile
> index c54fd108d1..2c4cdd1c40 100644
> --- a/drivers/net/bnxt/Makefile
> +++ b/drivers/net/bnxt/Makefile
> @@ -14,7 +14,6 @@ LIB = librte_pmd_bnxt.a
>  EXPORT_MAP := rte_pmd_bnxt_version.map
>
>  CFLAGS += -O3
> -CFLAGS += -DALLOW_EXPERIMENTAL_API
>  CFLAGS += $(WERROR_FLAGS)
>  LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
>  LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs
> --
> 2.23.0
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] net/bnxt: remove unneeded experimental build flag
  2020-07-16 22:50 ` Ajit Khaparde
@ 2020-07-16 23:14   ` Ajit Khaparde
  0 siblings, 0 replies; 3+ messages in thread
From: Ajit Khaparde @ 2020-07-16 23:14 UTC (permalink / raw)
  To: David Marchand
  Cc: dpdk-dev, Ferruh Yigit, Somnath Kotur, Venkat Duvvuru, Kalesh AP

On Thu, Jul 16, 2020 at 3:50 PM Ajit Khaparde <ajit.khaparde@broadcom.com>
wrote:

>
> On Thu, Jul 16, 2020 at 12:26 AM David Marchand <david.marchand@redhat.com>
> 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 <david.marchand@redhat.com>
>>
> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
>
Applied to dpdk-next-net-brcm. Thanks

>
>
>> ---
>>  drivers/net/bnxt/Makefile | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/drivers/net/bnxt/Makefile b/drivers/net/bnxt/Makefile
>> index c54fd108d1..2c4cdd1c40 100644
>> --- a/drivers/net/bnxt/Makefile
>> +++ b/drivers/net/bnxt/Makefile
>> @@ -14,7 +14,6 @@ LIB = librte_pmd_bnxt.a
>>  EXPORT_MAP := rte_pmd_bnxt_version.map
>>
>>  CFLAGS += -O3
>> -CFLAGS += -DALLOW_EXPERIMENTAL_API
>>  CFLAGS += $(WERROR_FLAGS)
>>  LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
>>  LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs
>> --
>> 2.23.0
>>
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-16 23:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  7:26 [dpdk-dev] [PATCH] net/bnxt: remove unneeded experimental build flag David Marchand
2020-07-16 22:50 ` Ajit Khaparde
2020-07-16 23:14   ` Ajit Khaparde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).