[dpdk-stable] [PATCH 16.11] net/enic: add dependency on librte_kvargs
Hyong Youb Kim
hyonkim at cisco.com
Wed Nov 21 15:34:14 CET 2018
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 at 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 at cisco.com>
Thank you.
-Hyong
More information about the stable
mailing list