patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 16.11] net/enic: add dependency on librte_kvargs
@ 2018-11-21 14:07 Luca Boccassi
  2018-11-21 14:34 ` Hyong Youb Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Boccassi @ 2018-11-21 14:07 UTC (permalink / raw)
  To: stable; +Cc: hyonkim, johndale, aconole, Luca Boccassi

The enic PMD uses functions for kvargs, so it needs to link to it.

Fixes: a40901580c48 ("net/enic: add devarg to specify ingress VLAN rewrite mode")
Signed-off-by: Luca Boccassi <bluca@debian.org>
---
This is necessary to fix a build failure with parallel make after
applying a40901580c48

 drivers/net/enic/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/enic/Makefile b/drivers/net/enic/Makefile
index 3926b795c..3ed1d90aa 100644
--- a/drivers/net/enic/Makefile
+++ b/drivers/net/enic/Makefile
@@ -68,5 +68,6 @@ DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_eal lib/librte_ether
 DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_mempool lib/librte_mbuf
 DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_net
 DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_hash
+DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_kvargs
 
 include $(RTE_SDK)/mk/rte.lib.mk
-- 
2.19.1

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

* Re: [dpdk-stable] [PATCH 16.11] net/enic: add dependency on librte_kvargs
  2018-11-21 14:07 [dpdk-stable] [PATCH 16.11] net/enic: add dependency on librte_kvargs Luca Boccassi
@ 2018-11-21 14:34 ` Hyong Youb Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Hyong Youb Kim @ 2018-11-21 14:34 UTC (permalink / raw)
  To: Luca Boccassi; +Cc: stable, johndale, aconole

On Wed, Nov 21, 2018 at 02:07:51PM +0000, Luca Boccassi wrote:
> The enic PMD uses functions for kvargs, so it needs to link to it.
> 
> Fixes: a40901580c48 ("net/enic: add devarg to specify ingress VLAN rewrite mode")
> Signed-off-by: Luca Boccassi <bluca@debian.org>
> ---
> This is necessary to fix a build failure with parallel make after
> applying a40901580c48
> 
>  drivers/net/enic/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/enic/Makefile b/drivers/net/enic/Makefile
> index 3926b795c..3ed1d90aa 100644
> --- a/drivers/net/enic/Makefile
> +++ b/drivers/net/enic/Makefile
> @@ -68,5 +68,6 @@ DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_eal lib/librte_ether
>  DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_mempool lib/librte_mbuf
>  DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_net
>  DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_hash
> +DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_kvargs
>  
>  include $(RTE_SDK)/mk/rte.lib.mk
> -- 
> 2.19.1
> 

Acked-by: Hyong Youb Kim <hyonkim@cisco.com>

Thank you.
-Hyong

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

end of thread, other threads:[~2018-11-21 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-21 14:07 [dpdk-stable] [PATCH 16.11] net/enic: add dependency on librte_kvargs Luca Boccassi
2018-11-21 14:34 ` Hyong Youb Kim

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).